MCPcopy 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
371func ShellStart() time.Time {
372 return ParseShellStart(os.Getenv(envir.DevboxShellStartTime))
373}
374
375func FormatShellStart(t time.Time) string {
376 if t.IsZero() {

Callers 1

ShellMethod · 0.92

Calls 1

ParseShellStartFunction · 0.85

Tested by

no test coverage detected