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

Function Tcl_ops_fiber

SRC/interpreter/TclWrapper.cpp:304–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304static int Tcl_ops_fiber(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
305 wrapper->resetCommandLine(argc, 1, argv);
306
307 if (OPS_Fiber() < 0) return TCL_ERROR;
308
309 return TCL_OK;
310}
311
312static int Tcl_ops_patch(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
313 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_FiberFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected