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

Method string

types/reader.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22func (r *reader) int() int { return r.buf.ReadAny().(int) }
23func (r *reader) int64() int64 { return r.buf.ReadAny().(int64) }
24func (r *reader) string() string { return r.buf.ReadAny().(string) }
25
26func (r *reader) tag() interface{} { return reflect.Zero(r.buf.ReadAny().(reflect.Type)).Interface() }
27

Callers 4

labelledBlockMethod · 0.95
expr0Method · 0.95
StringMethod · 0.45
instanceHashMethod · 0.45

Calls 1

ReadAnyMethod · 0.80

Tested by

no test coverage detected