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

Function Tcl_ops_remove

SRC/interpreter/TclWrapper.cpp:432–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432static int Tcl_ops_remove(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
433 wrapper->resetCommandLine(argc, 1, argv);
434
435 if (OPS_removeObject() < 0) return TCL_ERROR;
436
437 return TCL_OK;
438}
439
440static int Tcl_ops_mass(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
441 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_removeObjectFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected