Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ ShellStart
Function
ShellStart
internal/telemetry/telemetry.go:371–373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
369
}
370
371
func
ShellStart() time.Time {
372
return
ParseShellStart(os.Getenv(envir.DevboxShellStartTime))
373
}
374
375
func
FormatShellStart(t time.Time) string {
376
if
t.IsZero() {
Callers
1
Shell
Method · 0.92
Calls
1
ParseShellStart
Function · 0.85
Tested by
no test coverage detected