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

Method execute

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

Source from the content-addressed store, hash-verified

105 fptr(fptr) {}
106
107 virtual command_result execute(color_ostream &stream) { return fptr(stream, in()); }
108
109 private:
110 function_type fptr;

Callers

nothing calls this directly

Calls 1

inFunction · 0.85

Tested by

no test coverage detected