Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
class 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_F
Function · 0.80
LLVMFuzzerTestOneInput
Function · 0.80
Calls
1
put
Method · 0.45
Tested by
1
TEST_F
Function · 0.64