Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance
717 type ruleFunc struct { struct718 pctx *packageContext719 name_ string720 paramsFunc func(interface{}) (RuleParams, error)721 argNames map[string]bool722 scope_ *basicScope723 sync.Mutex // protects scope_ during lazy creation782 func (r *ruleFunc) packageContext() *packageContext {786 func (r *ruleFunc) name() string {790 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {[all …]