| 36 | void Close() { }; |
| 37 | void Open() { }; |
| 38 | std::string Json() const { return ""; }; |
| 39 | void SetJson(std::string value) { }; |
| 40 | Json::Value JsonValue() const { return Json::Value("{}"); }; |
| 41 | void SetJsonValue(Json::Value root) { }; |
no outgoing calls
no test coverage detected