MCPcopy
hub / github.com/jimmysong/programmingbitcoin / op_0

Function op_0

code-ch08/op.py:63–65  ·  view source on GitHub ↗
(stack)

Source from the content-addressed store, hash-verified

61
62
63def op_0(stack):
64 stack.append(encode_num(0))
65 return True
66
67
68def op_1negate(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected