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

Function op_3

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

Source from the content-addressed store, hash-verified

81
82
83def op_3(stack):
84 stack.append(encode_num(3))
85 return True
86
87
88def op_4(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected