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

Function TclGetStartupScriptPath

SRC/tcl/tclMain85.cpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 * Side effects:
252 * None.
253 *
254 *----------------------------------------------------------------------
255 */
256
257Tcl_Obj *
258TclGetStartupScriptPath(void)
259{
260 return Tcl_GetStartupScript(NULL);

Callers

nothing calls this directly

Calls 1

Tcl_GetStartupScriptFunction · 0.85

Tested by

no test coverage detected