MCPcopy Index your code
hub / github.com/github/copilot-sdk / newNamespaceNode

Function newNamespaceNode

scripts/codegen/rust.ts:1658–1660  ·  view source on GitHub ↗
(name: string, typeName: string)

Source from the content-addressed store, hash-verified

1656}
1657
1658function newNamespaceNode(name: string, typeName: string): NamespaceNode {
1659 return { name, typeName, methods: [], children: new Map() };
1660}
1661
1662/**
1663 * Build a namespace tree from a list of methods. `groupOf(method)` returns the

Callers 1

buildNamespaceTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…