MCPcopy 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
131func (s *scanner) saveAndAdvance() {
132 s.save(s.current)
133 s.advance()
134}
135
136func (s *scanner) advanceAndSave(c rune) {
137 s.advance()

Callers 7

checkNextMethod · 0.95
skipSeparatorMethod · 0.95
readMultiLineMethod · 0.95
readDigitsMethod · 0.95
readNumberMethod · 0.95
readStringMethod · 0.95
scanMethod · 0.95

Calls 2

saveMethod · 0.95
advanceMethod · 0.95

Tested by

no test coverage detected