MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / createNode

Function createNode

src/utils/renderers/path-tree.ts:44–46  ·  view source on GitHub ↗
(name: string, rawPath: string)

Source from the content-addressed store, hash-verified

42}
43
44function createNode(name: string, rawPath: string): PathTreeNode {
45 return { name, rawPath, children: new Map() };
46}
47
48function childRawPath(parentRawPath: string, component: string): string {
49 if (component === '/') {

Callers 2

addPathFunction · 0.70
formatPathTreeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected