MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / execSync_DEPRECATED

Function execSync_DEPRECATED

src/utils/execSyncWrapper.ts:32–38  ·  view source on GitHub ↗
(
  command: string,
  options?: ExecSyncOptions,
)

Source from the content-addressed store, hash-verified

30 options?: ExecSyncOptions,
31): Buffer | string
32export function execSync_DEPRECATED(
33 command: string,
34 options?: ExecSyncOptions,
35): Buffer | string {
36 using _ = slowLogging`execSync: ${command.slice(0, 100)}`
37 return nodeExecSync(command, options)
38}

Callers 3

findExecutableFunction · 0.85
editFileInEditorFunction · 0.85
whichNodeSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected