| 395 | } |
| 396 | |
| 397 | const ScriptFile* ScriptFileUtil::GetScriptFile(const Path& path) { |
| 398 | return GetScriptFileRecursive(NULL, path); |
| 399 | } |
| 400 | |
| 401 | void ScriptFileUtil::ReturnPaths(const Path& script_path, PathSet& path_set) { |
| 402 | path_set.insert("script " + script_path.GetOriginalPathStr()); |
no test coverage detected