https://gitlab.com/tezos/tezos
Raw File
Tip revision: c50a4eba5bdd44f81267fa93f4eb2a843048c3eb authored by Diana Savatina on 02 February 2024, 10:23:36 UTC
profiler: adding script to run profiling tests
Tip revision: c50a4eb
if_some.tz
parameter (option string);
storage string;
code { CAR; IF_SOME {} {PUSH string ""}; NIL operation; PAIR}
back to top