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

Method Error

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

Source from the content-addressed store, hash-verified

481namespace dap {
482
483Error::Error(const std::string& message) : message(message) {}
484
485Error::Error(const char* msg, ...) {
486 char buf[2048];

Callers 1

CompileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected