MCPcopy
hub / github.com/BishopFox/jsluice / Ignore

Method Ignore

strings.go:129–131  ·  view source on GitHub ↗

Ignore moves the start position pointer to the current position without emitting a token; effectively ignoring the chunk of text between the last token we emitted and now.

()

Source from the content-addressed store, hash-verified

127// position without emitting a token; effectively ignoring
128// the chunk of text between the last token we emitted and now.
129func (s *stringLexer) Ignore() {
130 s.start = s.pos
131}
132
133// Accept advances the position pointer only if the next rune
134// is in the set of valid runes provided

Callers 1

DecodeStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected