MCPcopy Create free account
hub / github.com/nsf/gocode / func_predicate

Function func_predicate

decl.go:684–687  ·  view source on GitHub ↗
(v ast.Expr)

Source from the content-addressed store, hash-verified

682}
683
684func func_predicate(v ast.Expr) bool {
685 _, ok := v.(*ast.FuncType)
686 return ok
687}
688
689func range_predicate(v ast.Expr) bool {
690 switch t := v.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected