Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
450
func
(p *printer) clearMap(name string) {
451
p.printf(
"\nclear(%[1]s)"
, name)
452
}
453
454
func
(p *printer) wrapErrCheck(ctx string) {
455
p.print(
"\nif err != nil {"
)
Callers
1
resizeMap
Method · 0.95
Calls
1
printf
Method · 0.95
Tested by
no test coverage detected