Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ emit
Method
emit
cli/pkg/ssh_config/lexer.go:188–190 ·
view source on GitHub ↗
(t tokenType)
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(s *sshLexer) emit(t tokenType) {
189
s.emitWithValue(t, string(s.buffer))
190
}
191
192
func
(s *sshLexer) emitWithValue(t tokenType, value string) {
193
tok := token{
Callers
4
lexEquals
Method · 0.95
lexRvalue
Method · 0.95
lexVoid
Method · 0.95
lunr.min.js
File · 0.80
Calls
1
emitWithValue
Method · 0.95
Tested by
no test coverage detected