MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / execSync_DEPRECATED

Function execSync_DEPRECATED

source code/utils/execSyncWrapper.ts:34–40  ·  view source on GitHub ↗
(
  command: string,
  options?: ExecSyncOptions,
)

Source from the content-addressed store, hash-verified

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

Callers 4

checkPathExistsFunction · 0.85
findExecutableFunction · 0.85
editFileInEditorFunction · 0.85
whichNodeSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected