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

Struct entrypointOption

executor.go:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146type entrypointOption struct {
147 entrypoint string
148}
149
150func (o *entrypointOption) ApplyToExecutor(e *Executor) {
151 e.Entrypoint = o.entrypoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected