Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
in
Function · 0.85
out
Function · 0.85
Tested by
no test coverage detected