(variable_code)
| 20 | |
| 21 | |
| 22 | def generate_regex(variable_code): |
| 23 | return rf"(g_Config\.m_{variable_code}\b|Config\(\)->m_{variable_code}\b|m_pConfig->m_{variable_code}\b)" |
| 24 | |
| 25 | |
| 26 | def find_config_variables(config_variables): |
no outgoing calls
no test coverage detected