Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ opExt
Function
opExt
protocol/txvm/contract.go:147–152 ·
view source on GitHub ↗
(vm *VM)
Source
from the content-addressed store, hash-verified
145
}
146
147
func
opExt(vm *VM) {
148
if
!vm.extension {
149
panic(errors.Wrap(ErrExt,
"ext"
))
150
}
151
_ = vm.popData()
152
}
153
154
func
opPrv(vm *VM) {
155
panic(ErrPrv)
Callers
nothing calls this directly
Calls
2
Wrap
Function · 0.92
popData
Method · 0.80
Tested by
no test coverage detected