Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ next
Method
next
cli/pkg/ssh_config/lexer.go:133–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
func
(s *sshLexer) next() rune {
134
r := s.read()
135
136
if
r != eof {
137
s.buffer = append(s.buffer, r)
138
}
139
return
r
140
}
141
142
func
(s *sshLexer) lexVoid() sshLexStateFn {
143
for
{
Callers
15
lexComment
Method · 0.95
lexKey
Method · 0.95
lexRvalue
Method · 0.95
lexVoid
Method · 0.95
skip
Method · 0.95
fulfilled
Function · 0.80
clipboard-polyfill.promise.js
File · 0.80
lunr.min.js
File · 0.80
o
Function · 0.80
m
Function · 0.80
g
Function · 0.80
Re
Function · 0.80
Calls
1
read
Method · 0.95
Tested by
no test coverage detected