MCPcopy 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
309func (s *Script) GetBadOpCode() bool {
310 return s.badOpCode
311}
312
313func (s *Script) convertOPS() (err error) {
314 s.ParsedOpCodes = make([]opcodes.ParsedOpCode, 0)

Callers 1

EvalScriptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected