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

Function DecodeString

primitive.go:370–372  ·  view source on GitHub ↗
(zv scode.Bytes)

Source from the content-addressed store, hash-verified

368}
369
370func DecodeString(zv scode.Bytes) string {
371 return string(zv)
372}
373
374func (t *TypeOfString) ID() int {
375 return IDString

Callers 15

decodeStringsFunction · 0.92
decodeAnyMethod · 0.92
NewLiteralCastFunction · 0.92
EvalMethod · 0.92
compareValuesFunction · 0.92
EvalMethod · 0.92
indexRecordByNameFunction · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected