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

Method execute

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

Source from the content-addressed store, hash-verified

88 fptr(fptr) {}
89
90 virtual command_result execute(color_ostream &stream) { return fptr(stream, in(), out()); }
91
92 private:
93 function_type fptr;

Callers

nothing calls this directly

Calls 2

inFunction · 0.85
outFunction · 0.85

Tested by

no test coverage detected