MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / String

Method String

types/typemap.go:191–193  ·  view source on GitHub ↗

String returns a string representation of the map's entries. Values are printed using fmt.Sprintf("%v", v). Order is unspecified.

()

Source from the content-addressed store, hash-verified

189// Order is unspecified.
190//
191func (m *TypeMap) String() string {
192 return m.toString(true)
193}
194
195// KeysString returns a string representation of the map's key set.
196// Order is unspecified.

Callers 1

TestTypeMapFunction · 0.95

Calls 1

toStringMethod · 0.95

Tested by 1

TestTypeMapFunction · 0.76