MCPcopy Create free account
hub / github.com/dfranx/SHADERed / onError

Method onError

libs/cppdap/src/session.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36class Impl : public dap::Session {
37 public:
38 void onError(const ErrorHandler& handler) override { handlers.put(handler); }
39
40 void registerHandler(const dap::TypeInfo* typeinfo,
41 const GenericRequestHandler& handler) override {

Callers 2

TEST_FFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80

Calls 1

putMethod · 0.45

Tested by 1

TEST_FFunction · 0.64