Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ applyall
Method
applyall
gen/spec.go:272–280 ·
view source on GitHub ↗
(e Elem)
Source
from the content-addressed store, hash-verified
270
}
271
272
func
(p *passes) applyall(e Elem) Elem {
273
for
_, t :=
range
*p {
274
e = t(e)
275
if
e == nil {
276
return
nil
277
}
278
}
279
return
e
280
}
281
282
type
traversal
interface
{
283
gMap(*Map)
Callers
7
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected