Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
type
functionCaller
struct
{
122
functionTable
map
[string]functionEntry
123
}
124
125
func
newFunctionCaller() *functionCaller {
126
caller := &functionCaller{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected