Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getFunction
Method
getFunction
library/RemoteServer.cpp:126–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
ServerFunctionBase *RPCService::getFunction(const std::string &name)
127
{
128
assert(owner);
129
return lookup[name];
130
}
131
132
void RPCService::finalize(ServerConnection *owner, std::vector<ServerFunctionBase*> *ftable)
133
{
Callers
1
findFunction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected