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

Method get

tools/extractors/common/strtab.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::string StrTab::get(int offset) const
47{
48 if (offset >= (int)readStrings.size())
49 {
50 LogError("Trying to read string table entry %d - table size %zu", offset,
51 readStrings.size());
52 }
53 return readStrings[offset];
54}
55} // namespace OpenApoc

Callers 15

mainFunction · 0.45
enumerateModsFunction · 0.45
LauncherWindowMethod · 0.45
setupScreenModesMethod · 0.45
setupDisplayNumMethod · 0.45
setupScalingMethod · 0.45
setupModListMethod · 0.45
readXmlFunction · 0.45
extractAgentTypesMethod · 0.45
extractFacilitiesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

mainFunction · 0.36
testImageFunction · 0.36