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

Function Tcl_ops_eleResponse

SRC/interpreter/TclWrapper.cpp:488–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488static int Tcl_ops_eleResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
489 wrapper->resetCommandLine(argc, 1, argv);
490
491 if (OPS_eleResponse() < 0) return TCL_ERROR;
492
493 return TCL_OK;
494}
495
496static int Tcl_ops_SP(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
497 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_eleResponseFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected