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

Method String

cli/pkg/ssh_config/config.go:415–417  ·  view source on GitHub ↗

String returns a string representation of the Config file.

()

Source from the content-addressed store, hash-verified

413
414// String returns a string representation of the Config file.
415func (c Config) String() string {
416 return marshal(c).String()
417}
418
419func (c Config) MarshalText() ([]byte, error) {
420 return marshal(c).Bytes(), nil

Callers

nothing calls this directly

Calls 2

marshalFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected