Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_GetReliabilityDomain
Function
OPS_GetReliabilityDomain
SRC/interpreter/OpenSeesCommands.cpp:1212–1215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1210
}
1211
1212
ReliabilityDomain* OPS_GetReliabilityDomain(void) {
1213
if (cmds == 0) return 0;
1214
return cmds->getReliabilityDomain();
1215
}
1216
1217
AnalysisModel**
1218
OPS_GetAnalysisModel(void)
Callers
1
OPS_Parameter
Function · 0.70
Calls
1
getReliabilityDomain
Method · 0.45
Tested by
no test coverage detected