MCPcopy Create free account
hub / github.com/chain/Core / AddOp

Method AddOp

protocol/vmutil/builder.go:28–31  ·  view source on GitHub ↗
(op vm.Op)

Source from the content-addressed store, hash-verified

26}
27
28func (b *Builder) AddOp(op vm.Op) *Builder {
29 b.Program = append(b.Program, byte(op))
30 return b
31}

Callers 11

mapTxFunction · 0.95
NewIssuanceTxFunction · 0.95
BlockMultiSigProgramFunction · 0.95
P2SPMultiSigProgramFunction · 0.95
buildSigProgramFunction · 0.95
codeMethod · 0.95
codeMethod · 0.95
codeMethod · 0.95
codeMethod · 0.95
actions.goFile · 0.80

Calls

no outgoing calls

Tested by 1