MCPcopy 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
126ServerFunctionBase *RPCService::getFunction(const std::string &name)
127{
128 assert(owner);
129 return lookup[name];
130}
131
132void RPCService::finalize(ServerConnection *owner, std::vector<ServerFunctionBase*> *ftable)
133{

Callers 1

findFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected