Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
func
(s *sshLexer) skip() {
184
s.next()
185
s.ignore()
186
}
187
188
func
(s *sshLexer) emit(t tokenType) {
189
s.emitWithValue(t, string(s.buffer))
Callers
6
lexComment
Method · 0.95
lexRspace
Method · 0.95
lexEquals
Method · 0.95
lexKey
Method · 0.95
lexRvalue
Method · 0.95
lexVoid
Method · 0.95
Calls
2
next
Method · 0.95
ignore
Method · 0.95
Tested by
no test coverage detected