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

Function Tcl_ops_getCTestIter

SRC/interpreter/TclWrapper.cpp:600–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600static int Tcl_ops_getCTestIter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
601 wrapper->resetCommandLine(argc, 1, argv);
602
603 if (OPS_getCTestIter() < 0) return TCL_ERROR;
604
605 return TCL_OK;
606}
607
608static int Tcl_ops_recorder(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
609 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_getCTestIterFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected