Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ make_nvp
Function
make_nvp
plugins/debug.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
template<typename T>
60
nvp<T> make_nvp(const char* name, T& value) {
61
return {name, value};
62
}
63
64
}
65
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected