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

Method Format

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

Source from the content-addressed store, hash-verified

57}
58
59func (t *TypeOfBytes) Format(zv scode.Bytes) string {
60 return "0x" + hex.EncodeToString(zv)
61}
62
63type TypeOfDuration struct{}
64

Callers 4

StringMethod · 0.45
PrettyMethod · 0.45
VacateMethod · 0.45
timeToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected