| 30 | env(env_), name(name_){} |
| 31 | |
| 32 | inline bool active() const { |
| 33 | return env.bindingIsActive(name) ; |
| 34 | } |
| 35 | inline bool locked() const { |
| 36 | return env.bindingIsLocked(name) ; |
| 37 | } |
nothing calls this directly
no outgoing calls
no test coverage detected