Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
227
func
(c *Context) PushVar(s string) {
228
c.path = append(c.path, contextVar(s))
229
}
230
231
func
(c *Context) Pop() {
232
c.path = c.path[:len(c.path)-1]
Callers
7
rangeBlock
Method · 0.80
gMap
Method · 0.80
readKey
Method · 0.80
gMap
Method · 0.80
gMap
Method · 0.80
gMap
Method · 0.80
gMap
Method · 0.80
Calls
1
contextVar
TypeAlias · 0.85
Tested by
no test coverage detected