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

Method PushVar

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

Source from the content-addressed store, hash-verified

225}
226
227func (c *Context) PushVar(s string) {
228 c.path = append(c.path, contextVar(s))
229}
230
231func (c *Context) Pop() {
232 c.path = c.path[:len(c.path)-1]

Callers 7

rangeBlockMethod · 0.80
gMapMethod · 0.80
readKeyMethod · 0.80
gMapMethod · 0.80
gMapMethod · 0.80
gMapMethod · 0.80
gMapMethod · 0.80

Calls 1

contextVarTypeAlias · 0.85

Tested by

no test coverage detected