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

Function Tcl_ops_setTime

SRC/interpreter/TclWrapper.cpp:424–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424static int Tcl_ops_setTime(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
425 wrapper->resetCommandLine(argc, 1, argv);
426
427 if (OPS_setTime() < 0) return TCL_ERROR;
428
429 return TCL_OK;
430}
431
432static int Tcl_ops_remove(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
433 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_setTimeFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected