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

Function Tcl_ops_wipeReliability

SRC/interpreter/TclWrapper.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static int Tcl_ops_wipeReliability(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
161 wrapper->resetCommandLine(argc, 1, argv);
162
163 if (OPS_wipeReliability() < 0) return TCL_ERROR;
164
165 return TCL_OK;
166}
167
168static int Tcl_ops_model(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
169 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_wipeReliabilityFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected