MCPcopy Create free account
hub / github.com/DFHack/dfhack / what

Method what

library/RemoteServer.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88namespace {
89 struct BlockedException : std::exception {
90 const char* what() const noexcept override
91 {
92 return "Core has blocked all connection. This should have been caught.";
93 }
94 };
95}
96

Callers 15

InitMainThreadMethod · 0.45
GetDefaultPortMethod · 0.45
try_get_localeFunction · 0.45
imbue_with_localeFunction · 0.45
ServerMainImplMethod · 0.45
method_wrapper_coreMethod · 0.45
CallWithCatchMethod · 0.45
meta_newFunction · 0.45
read_configFunction · 0.45
loadConfigMethod · 0.45
saveConfigMethod · 0.45
parseRegexParamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected