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

Method run

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

Source from the content-addressed store, hash-verified

224}
225
226func (s *sshLexer) run() {
227 for state := s.lexVoid; state != nil; {
228 state = state()
229 }
230 close(s.tokens)
231}
232
233func lexSSH(input []byte) chan token {
234 runes := bytes.Runes(input)

Callers 7

lexSSHFunction · 0.95
drainQueueFunction · 0.45
uFunction · 0.45
ftFunction · 0.45
lunr.min.jsFile · 0.45
sFunction · 0.45
oFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected