Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleLoadAndUnloadScripts
Method · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected