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

Method PushdataInt64

protocol/txvm/txvmutil/builder.go:114–118  ·  view source on GitHub ↗

PushdataInt64 writes instructions to b pushing v onto the stack.

(v int64)

Source from the content-addressed store, hash-verified

112// PushdataInt64 writes instructions to b pushing v
113// onto the stack.
114func (tb *TupleBuilder) PushdataInt64(v int64) *TupleBuilder {
115 tb.b.PushdataInt64(v)
116 tb.count++
117 return tb
118}
119
120// Tuple executes fn, passing in a TupleBuilder that exposes
121// pushdata operations. All operations performed on the

Callers

nothing calls this directly

Calls 1

PushdataInt64Method · 0.45

Tested by

no test coverage detected