MCPcopy 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
375func FormatShellStart(t time.Time) string {
376 if t.IsZero() {
377 return ""
378 }
379 return strconv.FormatInt(t.Unix(), 10)
380}
381
382func ParseShellStart(s string) time.Time {
383 if s == "" {

Callers 1

writeDevboxShellrcMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected