Searched defs:cachedCond (Results 1 – 1 of 1) sorted by relevance
157 type cachedCond struct { struct158 m sync.Map159 eval func(string) (bool, error)160 usage CondUsage163 func (c *cachedCond) Usage() *CondUsage { return &c.usage }165 func (c *cachedCond) Eval(_ *State, suffix string) (bool, error) {