MCPcopy Create free account
hub / github.com/21st-dev/1code / buildExtendedPath

Function buildExtendedPath

src/main/lib/platform/index.ts:111–113  ·  view source on GitHub ↗
(currentPath?: string)

Source from the content-addressed store, hash-verified

109 * Build extended PATH with common tool locations
110 */
111export function buildExtendedPath(currentPath?: string): string {
112 return platform.buildExtendedPath(currentPath)
113}
114
115/**
116 * Build environment for shell/process execution

Callers

nothing calls this directly

Calls 1

buildExtendedPathMethod · 0.80

Tested by

no test coverage detected