Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ FormatShellStart
Function
FormatShellStart
internal/telemetry/telemetry.go:375–380 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
373
}
374
375
func
FormatShellStart(t time.Time) string {
376
if
t.IsZero() {
377
return
""
378
}
379
return
strconv.FormatInt(t.Unix(), 10)
380
}
381
382
func
ParseShellStart(s string) time.Time {
383
if
s ==
""
{
Callers
1
writeDevboxShellrc
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected