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

Method comment

gen/spec.go:504–506  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

502}
503
504func (p *printer) comment(s string) {
505 p.print("\n// " + s)
506}
507
508func (p *printer) printf(format string, args ...any) {
509 if p.err == nil {

Callers 5

ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 1

printMethod · 0.95

Tested by

no test coverage detected