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

Function Tcl_ops_parameter

SRC/interpreter/TclWrapper.cpp:1176–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176static int Tcl_ops_parameter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1177 wrapper->resetCommandLine(argc, 1, argv);
1178
1179 if (OPS_Parameter() < 0) return TCL_ERROR;
1180
1181 return TCL_OK;
1182}
1183
1184static int Tcl_ops_addToParameter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1185 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_ParameterFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected