Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digego/extempore
/ ScmRuntimeError
Method
ScmRuntimeError
src/Scheme.cpp:180–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
class ScmRuntimeError {
179
public:
180
ScmRuntimeError(const char* _msg, pointer _p) {msg = _msg;p = _p;};
181
const char* msg;
182
pointer p;
183
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected