Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jmespath/go-jmespath
/ functionEntry
Struct
functionEntry
functions.go:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
)
30
31
type
functionEntry
struct
{
32
name string
33
arguments []argSpec
34
handler jpFunction
35
hasExpRef bool
36
}
37
38
type
argSpec
struct
{
39
types []jpType
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected