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

Function Tcl_ops_send

SRC/interpreter/TclWrapper.cpp:1235–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235static int Tcl_ops_send(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1236{
1237 wrapper->resetCommandLine(argc, 1, argv);
1238
1239 if (OPS_send() < 0) return TCL_ERROR;
1240
1241 return TCL_OK;
1242}
1243
1244static int Tcl_ops_recv(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1245{

Callers

nothing calls this directly

Calls 2

OPS_sendFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected