Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ DEFINE_VMETHOD_INTERPOSE
Method
DEFINE_VMETHOD_INTERPOSE
plugins/stockflow.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
DEFINE_VMETHOD_INTERPOSE(void, feed, (set<df::interface_key> *input)) {
263
if (!handleInput(input))
264
INTERPOSE_NEXT(feed)(input);
265
}
266
267
DEFINE_VMETHOD_INTERPOSE(void, render, ()) {
268
INTERPOSE_NEXT(render)();
Callers
nothing calls this directly
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected