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

Interface Node

cli/pkg/ssh_config/config.go:572–575  ·  view source on GitHub ↗

Node represents a line in a Config.

Source from the content-addressed store, hash-verified

570
571// Node represents a line in a Config.
572type Node interface {
573 Pos() Position
574 String() string
575}
576
577// KV is a line in the config file that contains a key, a value, and possibly
578// a comment.

Callers 6

raiseErrorfMethod · 0.65
raiseErrorMethod · 0.65
StringMethod · 0.65
marshalFunction · 0.65
NewPatternFunction · 0.65
StringMethod · 0.65

Implementers 3

KVcli/pkg/ssh_config/config.go
Emptycli/pkg/ssh_config/config.go
Includecli/pkg/ssh_config/config.go

Calls

no outgoing calls

Tested by

no test coverage detected