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

Method printf

gen/spec.go:508–512  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

506}
507
508func (p *printer) printf(format string, args ...any) {
509 if p.err == nil {
510 _, p.err = fmt.Fprintf(p.w, format, args...)
511 }
512}
513
514func (p *printer) print(format string) {
515 if p.err == nil {

Callers 15

declareMethod · 0.95
resizeMapMethod · 0.95
mapAssignMethod · 0.95
clearMapMethod · 0.95
wrapErrCheckMethod · 0.95
resizeSliceMethod · 0.95
resizeSliceNoNilMethod · 0.95
arrayCheckMethod · 0.95
rangeBlockMethod · 0.95
initPtrMethod · 0.95
varWriteMapHeaderMethod · 0.95
varAppendMapHeaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected