MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / ignore

Method ignore

cli/pkg/ssh_config/lexer.go:177–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (s *sshLexer) ignore() {
178 s.buffer = make([]rune, 0)
179 s.line = s.endbufferLine
180 s.col = s.endbufferCol
181}
182
183func (s *sshLexer) skip() {
184 s.next()

Callers 3

skipMethod · 0.95
emitWithValueMethod · 0.95
lunr.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected