Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/copernet/copernicus
/ GetBadOpCode
Method
GetBadOpCode
model/script/script.go:309–311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
307
}
308
309
func
(s *Script) GetBadOpCode() bool {
310
return
s.badOpCode
311
}
312
313
func
(s *Script) convertOPS() (err error) {
314
s.ParsedOpCodes = make([]opcodes.ParsedOpCode, 0)
Callers
1
EvalScript
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected