MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getString

Method getString

SRC/utility/StringContainer.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49const char *
50StringContainer::getString(int num) const
51{
52 if (num >= 0 && num < numStrings)
53 return strings[num];
54
55 return 0;
56}
57
58
59int

Callers 2

PrintMethod · 0.45
peerNGAFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected