MCPcopy Create free account
hub / github.com/DFHack/dfhack / getTable

Function getTable

library/Core.cpp:1751–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749 }
1750
1751 static InitVariationTable getTable(const EntryVector& vec) {
1752 return InitVariationTable(vec.begin(),vec.end());
1753 }
1754 }
1755}
1756

Callers 1

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected