MCPcopy Index your code
hub / github.com/expr-lang/expr / isFunction

Function isFunction

internal/testify/assert/assertions.go:1837–1842  ·  view source on GitHub ↗
(arg interface{})

Source from the content-addressed store, hash-verified

1835}
1836
1837func isFunction(arg interface{}) bool {
1838 if arg == nil {
1839 return false
1840 }
1841 return reflect.TypeOf(arg).Kind() == reflect.Func
1842}
1843
1844var spewConfig = spew.ConfigState{
1845 Indent: " ",

Callers 1

validateEqualArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…