MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getStackUtils

Function getStackUtils

src/ink/components/ErrorOverview.tsx:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14};
15let stackUtils: StackUtils | undefined;
16function getStackUtils(): StackUtils {
17 return stackUtils ??= new StackUtils({
18 cwd: process.cwd(),
19 internals: StackUtils.nodeInternals()
20 });
21}
22
23/* eslint-enable custom-rules/no-process-cwd */
24

Callers 1

ErrorOverviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected