| 66 | } |
| 67 | |
| 68 | String ConfigObjectUtility::GetExistingObjectConfigPath(const ConfigObject::Ptr& object) |
| 69 | { |
| 70 | return object->GetDebugInfo().Path; |
| 71 | } |
| 72 | |
| 73 | void ConfigObjectUtility::RepairPackage(const String& package) |
| 74 | { |
nothing calls this directly
no test coverage detected