MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / count

Method count

tools/extractors/common/strtab.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 StrTab(std::vector<std::string> strings);
15 std::string get(int offset) const;
16 size_t count() const { return readStrings.size(); }
17};
18} // namespace OpenApoc

Callers 15

renderMethod · 0.45
rebuildModListMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
extractAgentTypesMethod · 0.45
extractFacilitiesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected