| 28 | } |
| 29 | |
| 30 | PJ::Status loadConfig(std::string_view config_json) override { |
| 31 | config_ = std::string(config_json); |
| 32 | return PJ::okStatus(); |
| 33 | } |
| 34 | |
| 35 | PJ::Status importData() override { |
| 36 | // config_ is opaque to this example (no JSON dependency); the marker is |
no outgoing calls
no test coverage detected