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

Function Tcl_ops_logFile

SRC/interpreter/TclWrapper.cpp:1623–1630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1621}
1622
1623static int Tcl_ops_logFile(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1624{
1625 wrapper->resetCommandLine(argc, 1, argv);
1626
1627 if (OPS_logFile() < 0) return TCL_ERROR;
1628
1629 return TCL_OK;
1630}
1631
1632static int Tcl_ops_setStartNodeTag(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1633{

Callers

nothing calls this directly

Calls 2

OPS_logFileFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected