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

Method print

gen/spec.go:514–518  ·  view source on GitHub ↗
(format string)

Source from the content-addressed store, hash-verified

512}
513
514func (p *printer) print(format string) {
515 if p.err == nil {
516 _, p.err = io.WriteString(p.w, format)
517 }
518}
519
520func (p *printer) initPtr(pt *Ptr) {
521 if pt.Needsinit() {

Callers 15

wrapErrCheckMethod · 0.95
closeblockMethod · 0.95
nakedReturnMethod · 0.95
commentMethod · 0.95
addConstantMethod · 0.80
needsFieldMethod · 0.80
ExecuteMethod · 0.80
mapstructMethod · 0.80
rawbytesMethod · 0.80
tupleMethod · 0.80
appendrawMethod · 0.80
structmapMethod · 0.80

Calls 1

WriteStringMethod · 0.65

Tested by

no test coverage detected