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

Function WithProjectDir

internal/devbox/shell.go:194–198  ·  view source on GitHub ↗
(projectDir string)

Source from the content-addressed store, hash-verified

192}
193
194func WithProjectDir(projectDir string) ShellOption {
195 return func(s *DevboxShell) {
196 s.projectDir = projectDir
197 }
198}
199
200func WithShellStartTime(t time.Time) ShellOption {
201 return func(s *DevboxShell) {

Callers 1

ShellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected