MCPcopy Create free account
hub / github.com/chain/txvm / PushdataInt64

Method PushdataInt64

protocol/txvm/txvmutil/builder.go:47–50  ·  view source on GitHub ↗

PushdataInt64 writes instructions to b pushing v onto the stack.

(v int64)

Source from the content-addressed store, hash-verified

45// PushdataInt64 writes instructions to b pushing v
46// onto the stack.
47func (b *Builder) PushdataInt64(v int64) *Builder {
48 writePushint64(&b.buf, v)
49 return b
50}
51
52// PushdataInt64 writes instructions to b pushing v
53// onto the stack.

Callers 11

PushdataUint64Method · 0.95
TupleMethod · 0.95
materializeTxMethod · 0.95
issueFunction · 0.95
TestBuilderFunction · 0.45
PushdataInt64Method · 0.45
TupleMethod · 0.45
findAndRollFunction · 0.45
buryFunction · 0.45
splitFunction · 0.45
SnapshotFunction · 0.45

Calls 1

writePushint64Function · 0.70

Tested by 1

TestBuilderFunction · 0.36