MCPcopy Index your code
hub / github.com/teambit/bit / WorkspaceIsolateOptions

Interface WorkspaceIsolateOptions

src/api/consumer/lib/isolate.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import Isolator, { IsolateOptions } from '../../../environment/isolator';
7
8export interface WorkspaceIsolateOptions extends IsolateOptions {
9 useCapsule: boolean;
10}
11
12export default (async function isolate(
13 componentId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected