MCPcopy
hub / github.com/ComposioHQ/composio / ExecOptions

Interface ExecOptions

ts/e2e-tests/_utils/src/image-lifecycle.ts:19–22  ·  view source on GitHub ↗

* Options for exec function.

Source from the content-addressed store, hash-verified

17 * Options for exec function.
18 */
19interface ExecOptions {
20 cwd?: string;
21 env?: Record<string, string | undefined>;
22}
23
24/**
25 * Docker bind mount configuration.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…