Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ make_in
Function
make_in
library/include/RemoteClient.h:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
const message_type *const p_out_template;
109
110
message_type *make_in() const {
111
return p_in_template->New();
112
}
113
114
message_type *in() {
115
if (!p_in) p_in = make_in();
Callers
3
in
Function · 0.85
make_in
Method · 0.85
make_in
Method · 0.85
Calls
1
New
Method · 0.45
Tested by
no test coverage detected