MCPcopy Create free account
hub / github.com/DFHack/dfhack / operator()

Method operator()

library/include/RemoteClient.h:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 RemoteFunction() : RemoteFunctionBase(&In::default_instance(), &Out::default_instance()) {}
173
174 command_result operator() () {
175 return p_client ? RemoteFunctionBase::execute(default_ostream(), in(), out())
176 : CR_NOT_IMPLEMENTED;
177 }
178 command_result operator() (color_ostream &stream) {
179 return RemoteFunctionBase::execute(stream, in(), out());
180 }

Callers

nothing calls this directly

Calls 2

inFunction · 0.85
outFunction · 0.85

Tested by

no test coverage detected