* Retrieves the debug information for the configuration item. * * @returns The debug information. */
| 108 | * @returns The debug information. |
| 109 | */ |
| 110 | DebugInfo ConfigItem::GetDebugInfo() const |
| 111 | { |
| 112 | return m_DebugInfo; |
| 113 | } |
| 114 | |
| 115 | Dictionary::Ptr ConfigItem::GetScope() const |
| 116 | { |
no outgoing calls
no test coverage detected