| 251 | * Side effects: |
| 252 | * None. |
| 253 | * |
| 254 | *---------------------------------------------------------------------- |
| 255 | */ |
| 256 | |
| 257 | Tcl_Obj * |
| 258 | TclGetStartupScriptPath(void) |
| 259 | { |
| 260 | return Tcl_GetStartupScript(NULL); |
nothing calls this directly
no test coverage detected