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

Function Tcl_ops_save

SRC/interpreter/TclWrapper.cpp:632–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632static int Tcl_ops_save(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
633 wrapper->resetCommandLine(argc, 1, argv);
634
635 if (OPS_save() < 0) return TCL_ERROR;
636
637 return TCL_OK;
638}
639
640static int Tcl_ops_restore(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
641 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_saveFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected