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

Function Tcl_ops_wipe

SRC/interpreter/TclWrapper.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static int Tcl_ops_wipe(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
153 wrapper->resetCommandLine(argc, 1, argv);
154
155 if (OPS_wipe() < 0) return TCL_ERROR;
156
157 return TCL_OK;
158}
159
160static int Tcl_ops_wipeReliability(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
161 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_wipeFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected