MCPcopy Index your code
hub / github.com/jetify-com/devbox / WithShellStartTime

Function WithShellStartTime

internal/devbox/shell.go:200–204  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

198}
199
200func WithShellStartTime(t time.Time) ShellOption {
201 return func(s *DevboxShell) {
202 s.shellStartTime = t
203 }
204}
205
206// rcfilePath returns the absolute path for an rcfile, which is usually in the
207// user's home directory. It doesn't guarantee that the file exists.

Callers 1

ShellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected