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

Function Tcl_ops_print

SRC/interpreter/TclWrapper.cpp:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560static int Tcl_ops_print(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
561 wrapper->resetCommandLine(argc, 1, argv);
562
563 if (OPS_printModel() < 0) return TCL_ERROR;
564
565 return TCL_OK;
566}
567
568static int Tcl_ops_printA(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
569 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_printModelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected