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

Struct Empty

cli/pkg/ssh_config/config.go:612–616  ·  view source on GitHub ↗

Empty is a line in the config file that contains only whitespace or comments.

Source from the content-addressed store, hash-verified

610
611// Empty is a line in the config file that contains only whitespace or comments.
612type Empty struct {
613 Comment string
614 leadingSpace int // TODO handle spaces vs tabs.
615 position Position
616}
617
618// Pos returns e's Position.
619func (e *Empty) Pos() Position {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected