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

Function Tcl_ops_patch

SRC/interpreter/TclWrapper.cpp:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312static int Tcl_ops_patch(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
313 wrapper->resetCommandLine(argc, 1, argv);
314
315 if (OPS_Patch() < 0) return TCL_ERROR;
316
317 return TCL_OK;
318}
319
320static int Tcl_ops_layer(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
321 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_PatchFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected