| 251 | } |
| 252 | |
| 253 | const ScriptConfigItemList *ScriptInfo::GetConfigList() const |
| 254 | { |
| 255 | return &this->config_list; |
| 256 | } |
| 257 | |
| 258 | const ScriptConfigItem *ScriptInfo::GetConfigItem(std::string_view name) const |
| 259 | { |
no outgoing calls
no test coverage detected