Searched defs:staticRule (Results 1 – 1 of 1) sorted by relevance
673 type staticRule struct { struct674 pctx *packageContext675 name_ string676 params RuleParams677 argNames map[string]bool678 scope_ *basicScope679 fullName_ string680 sync.Mutex // protects scope_ during lazy creation738 func (r *staticRule) packageContext() *packageContext {742 func (r *staticRule) name() string {[all …]