MCPcopy Create free account
hub / github.com/brimdata/super / String

Method String

value.go:159–161  ·  view source on GitHub ↗

String implements fmt.Stringer.String. It should only be used for logs, debugging, etc. Any caller that requires a specific output format should use FormatAs() instead.

()

Source from the content-addressed store, hash-verified

157// debugging, etc. Any caller that requires a specific output format should use
158// FormatAs() instead.
159func (v Value) String() string {
160 return fmt.Sprintf("%s: %s", v.Type(), v.Encode(nil))
161}
162
163// Encode appends the BSUP representation of this value to the passed in
164// argument and returns the resulting scode.Bytes (which may or may not

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
EncodeMethod · 0.95

Tested by

no test coverage detected