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

Method skip

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

Source from the content-addressed store, hash-verified

181}
182
183func (s *sshLexer) skip() {
184 s.next()
185 s.ignore()
186}
187
188func (s *sshLexer) emit(t tokenType) {
189 s.emitWithValue(t, string(s.buffer))

Callers 6

lexCommentMethod · 0.95
lexRspaceMethod · 0.95
lexEqualsMethod · 0.95
lexKeyMethod · 0.95
lexRvalueMethod · 0.95
lexVoidMethod · 0.95

Calls 2

nextMethod · 0.95
ignoreMethod · 0.95

Tested by

no test coverage detected