MCPcopy
hub / github.com/mayneyao/eidos / run

Method run

packages/rawdata/src/types.ts:176–176  ·  view source on GitHub ↗
(
    bin: string,
    args: string[],
    opts?: { timeout?: number; cwd?: string }
  )

Source from the content-addressed store, hash-verified

174
175export interface ExecContext {
176 run(
177 bin: string,
178 args: string[],
179 opts?: { timeout?: number; cwd?: string }

Callers 15

addPureUIColumnMethod · 0.65
updatePureUIColumnMethod · 0.65
addMethod · 0.65
deleteFieldMethod · 0.65
updateFormulaColumnMethod · 0.65
updatePropertyMethod · 0.65
deletePropertyMethod · 0.65
createTableViaSchemaMethod · 0.65
createManyMethod · 0.65
batchSyncCreateMethod · 0.65
deleteMethod · 0.65
createDataViewMethod · 0.65

Implementers 1

EidosRunnerpackages/ai/tools/bash/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected