| 4 | namespace p2c::client::util |
| 5 | { |
| 6 | CefClient::CefClient(std::string pipeName, cact::CefExecutionContext context) |
| 7 | : |
| 8 | SymmetricActionClient{ std::move(pipeName), std::move(context) } |
| 9 | { |
| 10 | auto res = DispatchSync(kproc::kact::OpenSession::Params{ GetCurrentProcessId() }); |
| 11 | EstablishSession_(res.kernelPid); |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected