Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
514
func
(p *printer) print(format string) {
515
if
p.err == nil {
516
_, p.err = io.WriteString(p.w, format)
517
}
518
}
519
520
func
(p *printer) initPtr(pt *Ptr) {
521
if
pt.Needsinit() {
Callers
15
wrapErrCheck
Method · 0.95
closeblock
Method · 0.95
nakedReturn
Method · 0.95
comment
Method · 0.95
addConstant
Method · 0.80
needsField
Method · 0.80
Execute
Method · 0.80
mapstruct
Method · 0.80
rawbytes
Method · 0.80
tuple
Method · 0.80
appendraw
Method · 0.80
structmap
Method · 0.80
Calls
1
WriteString
Method · 0.65
Tested by
no test coverage detected