MCPcopy Create free account
hub / github.com/jmespath/go-jmespath / functionCaller

Struct functionCaller

functions.go:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121type functionCaller struct {
122 functionTable map[string]functionEntry
123}
124
125func newFunctionCaller() *functionCaller {
126 caller := &functionCaller{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected