Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
const char *
50
StringContainer::getString(int num) const
51
{
52
if (num >= 0 && num < numStrings)
53
return strings[num];
54
55
return 0;
56
}
57
58
59
int
Callers
2
Print
Method · 0.45
peerNGA
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected