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

Function Tcl_ops_systemSize

SRC/interpreter/TclWrapper.cpp:1072–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072static int Tcl_ops_systemSize(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1073 wrapper->resetCommandLine(argc, 1, argv);
1074
1075 if (OPS_systemSize() < 0) return TCL_ERROR;
1076
1077 return TCL_OK;
1078}
1079
1080static int Tcl_ops_version(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1081 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_systemSizeFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected