| 75 | env(env_), name(name_){} |
| 76 | |
| 77 | inline bool active() const { |
| 78 | return env.bindingIsActive(name) ; |
| 79 | } |
| 80 | inline bool locked() const { |
| 81 | return env.bindingIsLocked(name) ; |
| 82 | } |
nothing calls this directly
no outgoing calls
no test coverage detected