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

Function Tcl_ops_version

SRC/interpreter/TclWrapper.cpp:1080–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080static int Tcl_ops_version(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1081 wrapper->resetCommandLine(argc, 1, argv);
1082
1083 if (OPS_version() < 0) return TCL_ERROR;
1084
1085 return TCL_OK;
1086}
1087
1088static int Tcl_ops_setMaxOpenFiles(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1089 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_versionFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected