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

Function Tcl_ops_getNP

SRC/interpreter/TclWrapper.cpp:1217–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217static int Tcl_ops_getNP(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1218{
1219 wrapper->resetCommandLine(argc, 1, argv);
1220
1221 if (OPS_getNP() < 0) return TCL_ERROR;
1222
1223 return TCL_OK;
1224}
1225
1226static int Tcl_ops_barrier(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1227{

Callers

nothing calls this directly

Calls 2

OPS_getNPFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected