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

Function TclSetStartupScriptPath

SRC/tcl/tclMain85.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 * startup.
228 *
229 *----------------------------------------------------------------------
230 */
231
232void
233TclSetStartupScriptPath(
234 Tcl_Obj *path)
235{
236 Tcl_SetStartupScript(path, NULL);
237}

Callers

nothing calls this directly

Calls 1

Tcl_SetStartupScriptFunction · 0.85

Tested by

no test coverage detected