Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetEntryCount
Method
GetEntryCount
engine/Poseidon/IO/ParamFile/ParamFile.cpp:317–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
int ParamEntry::GetEntryCount() const
318
{
319
NotClass(GetContext());
320
return 0;
321
}
322
const ParamEntry& ParamEntry::GetEntry(int i) const
323
{
324
NotClass(GetContext());
Callers
15
ParamClassToText
Function · 0.45
testConfigTopLevelCount
Method · 0.45
renderConfigClassTree
Method · 0.45
collectConfigResults
Method · 0.45
WriteClassJson
Method · 0.45
CollectStrings
Method · 0.45
Dump
Method · 0.45
Find
Method · 0.45
CountNestedClasses
Function · 0.45
HasPlayerAssignment
Function · 0.45
LintMissionSection
Function · 0.45
RunAfterArgumentParsing
Method · 0.45
Calls
1
NotClass
Function · 0.85
Tested by
no test coverage detected