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

Method execute

library/include/RemoteServer.h:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 fptr(fptr) {}
143
144 virtual command_result execute(color_ostream &stream) {
145 return (static_cast<Svc*>(owner)->*fptr)(stream, in());
146 }
147
148 private:
149 function_type fptr;

Callers

nothing calls this directly

Calls 1

inFunction · 0.85

Tested by

no test coverage detected