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

Function Tcl_ops_record

SRC/interpreter/TclWrapper.cpp:624–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624static int Tcl_ops_record(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
625 wrapper->resetCommandLine(argc, 1, argv);
626
627 if (OPS_record() < 0) return TCL_ERROR;
628
629 return TCL_OK;
630}
631
632static int Tcl_ops_save(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
633 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_recordFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected