MCPcopy 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
42func (p *sshParser) run() {
43 for state := p.parseStart; state != nil; {
44 state = state()
45 }
46}
47
48func (p *sshParser) peek() *token {
49 if len(p.tokensBuffer) != 0 {

Callers 1

parseSSHFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected