| 158 | } |
| 159 | |
| 160 | VariablePtr findModuleVariable ( Module * module, const char * name ) { |
| 161 | return name ? module->findVariable(name) : nullptr; |
| 162 | } |
| 163 | |
| 164 | // variable lookup with all the rules |
| 165 |
nothing calls this directly
no test coverage detected