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

Function Tcl_ops_nodeDisp

SRC/interpreter/TclWrapper.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static int Tcl_ops_nodeDisp(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
281 wrapper->resetCommandLine(argc, 1, argv);
282
283 if (OPS_nodeDisp() < 0) return TCL_ERROR;
284
285 return TCL_OK;
286}
287
288static int Tcl_ops_test(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
289 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_nodeDispFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected