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

Method clearMap

gen/spec.go:450–452  ·  view source on GitHub ↗

clear map keys

(name string)

Source from the content-addressed store, hash-verified

448
449// clear map keys
450func (p *printer) clearMap(name string) {
451 p.printf("\nclear(%[1]s)", name)
452}
453
454func (p *printer) wrapErrCheck(ctx string) {
455 p.print("\nif err != nil {")

Callers 1

resizeMapMethod · 0.95

Calls 1

printfMethod · 0.95

Tested by

no test coverage detected