Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ saveAndAdvance
Method
saveAndAdvance
scanner.go:131–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
func
(s *scanner) saveAndAdvance() {
132
s.save(s.current)
133
s.advance()
134
}
135
136
func
(s *scanner) advanceAndSave(c rune) {
137
s.advance()
Callers
7
checkNext
Method · 0.95
skipSeparator
Method · 0.95
readMultiLine
Method · 0.95
readDigits
Method · 0.95
readNumber
Method · 0.95
readString
Method · 0.95
scan
Method · 0.95
Calls
2
save
Method · 0.95
advance
Method · 0.95
Tested by
no test coverage detected