MCPcopy
hub / github.com/go-task/task / dirOption

Struct dirOption

executor.go:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type dirOption struct {
132 dir string
133}
134
135func (o *dirOption) ApplyToExecutor(e *Executor) {
136 e.Dir = o.dir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected