MCPcopy
hub / github.com/tinylib/msgp / tobaseConvert

Function tobaseConvert

gen/spec.go:529–531  ·  view source on GitHub ↗
(b *BaseElem)

Source from the content-addressed store, hash-verified

527func (p *printer) ok() bool { return p.err == nil }
528
529func tobaseConvert(b *BaseElem) string {
530 return b.ToBase() + "(" + b.Varname() + ")"
531}
532
533func (p *printer) varWriteMapHeader(receiver string, sizeVarname string, maxSize int) {
534 if maxSize <= 15 {

Callers 3

gBaseMethod · 0.85
gBaseMethod · 0.85
gBaseMethod · 0.85

Calls 2

ToBaseMethod · 0.80
VarnameMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…