Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ execute
Method
execute
library/include/RemoteServer.h:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
fptr(fptr) {}
124
125
virtual command_result execute(color_ostream &stream) {
126
return (static_cast<Svc*>(owner)->*fptr)(stream, in(), out());
127
}
128
129
private:
130
function_type fptr;
Callers
nothing calls this directly
Calls
2
in
Function · 0.85
out
Function · 0.85
Tested by
no test coverage detected