Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
func
(b *Builder) AddOp(op vm.Op) *Builder {
29
b.Program = append(b.Program, byte(op))
30
return
b
31
}
Callers
11
mapTx
Function · 0.95
NewIssuanceTx
Function · 0.95
BlockMultiSigProgram
Function · 0.95
P2SPMultiSigProgram
Function · 0.95
buildSigProgram
Function · 0.95
code
Method · 0.95
code
Method · 0.95
code
Method · 0.95
code
Method · 0.95
TestSignatureWitnessMaterialize
Function · 0.95
actions.go
File · 0.80
Calls
no outgoing calls
Tested by
1
TestSignatureWitnessMaterialize
Function · 0.76