Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
func
(self *programParser) IsEOF() bool {
182
return
self.source.Len() == 0
183
}
184
185
func
(self *programParser) ReadNum() (uint16, error) {
186
code, err := self.PeekOpCode()
Callers
1
GetParamInfo
Function · 0.95
Calls
1
Len
Method · 0.45
Tested by
no test coverage detected