MCPcopy
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
223func (c *Context) PushString(s string) {
224 c.path = append(c.path, contextString(s))
225}
226
227func (c *Context) PushVar(s string) {
228 c.path = append(c.path, contextVar(s))

Callers 9

ExecuteMethod · 0.80
tupleMethod · 0.80
mapstructMethod · 0.80
tupleMethod · 0.80
mapstructMethod · 0.80
tupleMethod · 0.80
structmapMethod · 0.80
structAsTupleMethod · 0.80
structAsMapMethod · 0.80

Calls 1

contextStringTypeAlias · 0.85

Tested by

no test coverage detected