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

Function execHandlers

internal/execext/exec.go:145–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145func execHandlers() (handlers []func(next interp.ExecHandlerFunc) interp.ExecHandlerFunc) {
146 if useGoCoreUtils {
147 handlers = append(handlers, coreutils.ExecHandler)
148 }
149 return handlers
150}
151
152func openHandler(ctx context.Context, path string, flag int, perm os.FileMode) (io.ReadWriteCloser, error) {
153 if path == "/dev/null" {

Callers 1

RunCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…