@name ResponderUtilities Responder utilities @{ Return the JSON object that is our source or target.
| 61 | ///@{ |
| 62 | /// Return the JSON object that is our source or target. |
| 63 | nlohmann::json* GetData() { return this->Data; } |
| 64 | |
| 65 | /// Return the JSON object that holds attribute data. |
| 66 | nlohmann::json* GetAttributeData() { return this->AttributeData; } |
no outgoing calls
no test coverage detected