emptyActivation is a variable-free activation.
| 41 | |
| 42 | // emptyActivation is a variable-free activation. |
| 43 | type emptyActivation struct{} |
| 44 | |
| 45 | func (emptyActivation) ResolveName(string) (any, bool) { return nil, false } |
| 46 | func (emptyActivation) Parent() Activation { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected