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

Method PushdataByte

protocol/txvm/txvmutil/builder.go:106–110  ·  view source on GitHub ↗

PushdataByte writes instructions to b, pushing byt onto the stack.

(byt byte)

Source from the content-addressed store, hash-verified

104// PushdataByte writes instructions to b,
105// pushing byt onto the stack.
106func (tb *TupleBuilder) PushdataByte(byt byte) *TupleBuilder {
107 tb.b.PushdataByte(byt)
108 tb.count++
109 return tb
110}
111
112// PushdataInt64 writes instructions to b pushing v
113// onto the stack.

Callers

nothing calls this directly

Calls 1

PushdataByteMethod · 0.45

Tested by

no test coverage detected