MCPcopy Create free account
hub / github.com/DNAProject/DNA / IsEOF

Method IsEOF

core/program/program.go:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181func (self *programParser) IsEOF() bool {
182 return self.source.Len() == 0
183}
184
185func (self *programParser) ReadNum() (uint16, error) {
186 code, err := self.PeekOpCode()

Callers 1

GetParamInfoFunction · 0.95

Calls 1

LenMethod · 0.45

Tested by

no test coverage detected