MCPcopy Create free account
hub / github.com/Noumena-Network/code / wrapper

Function wrapper

src/utils/git.ts:103–106  ·  view source on GitHub ↗
(startPath: string)

Source from the content-addressed store, hash-verified

101 cache: typeof findGitRootImpl.cache
102} {
103 function wrapper(startPath: string): string | null {
104 const result = findGitRootImpl(startPath)
105 return result === GIT_ROOT_NOT_FOUND ? null : result
106 }
107 wrapper.cache = findGitRootImpl.cache
108 return wrapper
109}

Callers 2

callFunction · 0.85
handleKernelRunToolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected