github.com/jmespath/go-jmespath.functionEntry.resolveArgs (method)

2 uses

	github.com/jmespath/go-jmespath (current package)
		functions.go#L326: func (e *functionEntry) resolveArgs(arguments []interface{}) ([]interface{}, error) {
		functions.go#L392: 	resolvedArgs, err := entry.resolveArgs(arguments)