Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_wipeReliability
Function
OPS_wipeReliability
SRC/interpreter/OpenSeesReliabilityCommands.cpp:233–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
int OPS_wipeReliability() {
234
if (cmds != 0) {
235
cmds->wipe();
236
}
237
return 0;
238
}
239
240
int OPS_performanceFunction() {
241
LimitStateFunction *theLSF = 0;
Callers
2
Tcl_ops_wipeReliability
Function · 0.85
Py_ops_wipeReliability
Function · 0.85
Calls
1
wipe
Method · 0.45
Tested by
no test coverage detected