MCPcopy Create free account
hub / github.com/buger/jsonparser / Parts

Method Parts

path_compiler.go:222–226  ·  view source on GitHub ↗

Parts returns a copy of the compiled path components. SYS-REQ-114

()

Source from the content-addressed store, hash-verified

220// Parts returns a copy of the compiled path components.
221// SYS-REQ-114
222func (c CompiledPath) Parts() []string {
223 parts := make([]string, len(c.parts))
224 copy(parts, c.parts)
225 return parts
226}

Callers 1

Calls

no outgoing calls

Tested by 1