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

Function TclGetStartupScriptFileName

SRC/tcl/tclMain85.cpp:302–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 * The startup script file name, NULL if none has been set.
301 *
302 * Side effects:
303 * None.
304 *
305 *----------------------------------------------------------------------
306 */
307
308CONST char *
309TclGetStartupScriptFileName(void)
310{
311 Tcl_Obj *path = Tcl_GetStartupScript(NULL);
312
313 if (path == NULL) {
314 return NULL;

Callers

nothing calls this directly

Calls 1

Tcl_GetStartupScriptFunction · 0.85

Tested by

no test coverage detected