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

Function Tcl_ops_system

SRC/interpreter/TclWrapper.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224static int Tcl_ops_system(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
225 wrapper->resetCommandLine(argc, 1, argv);
226
227 if (OPS_System() < 0) return TCL_ERROR;
228
229 return TCL_OK;
230}
231
232static int Tcl_ops_numberer(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
233 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_SystemFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected