Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ PushString
Method
PushString
gen/spec.go:223–225 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
221
}
222
223
func
(c *Context) PushString(s string) {
224
c.path = append(c.path, contextString(s))
225
}
226
227
func
(c *Context) PushVar(s string) {
228
c.path = append(c.path, contextVar(s))
Callers
9
Execute
Method · 0.80
tuple
Method · 0.80
mapstruct
Method · 0.80
tuple
Method · 0.80
mapstruct
Method · 0.80
tuple
Method · 0.80
structmap
Method · 0.80
structAsTuple
Method · 0.80
structAsMap
Method · 0.80
Calls
1
contextString
TypeAlias · 0.85
Tested by
no test coverage detected