Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ run
Method
run
cli/pkg/ssh_config/parser.go:42–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(p *sshParser) run() {
43
for
state := p.parseStart; state != nil; {
44
state = state()
45
}
46
}
47
48
func
(p *sshParser) peek() *token {
49
if
len(p.tokensBuffer) != 0 {
Callers
1
parseSSH
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected