MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / join

Method join

src/extraction/tree-sitter.ts:3459–3459  ·  view source on GitHub ↗
(prefix: string, seg: string)

Source from the content-addressed store, hash-verified

3457 private emitRustUseBindingRefs(node: SyntaxNode, fromNodeId: string): void {
3458 const paths: { text: string; node: SyntaxNode }[] = [];
3459 const join = (prefix: string, seg: string): string => (prefix ? `${prefix}::${seg}` : seg);
3460 const collect = (n: SyntaxNode, prefix: string): void => {
3461 switch (n.type) {
3462 case 'identifier':

Callers 15

custom_glyphFunction · 0.45
mainFunction · 0.45
constructorMethod · 0.45
openMethod · 0.45
openSyncMethod · 0.45
getCodeGraphDirFunction · 0.45
isInitializedFunction · 0.45
looksLikeProjectRootFunction · 0.45
walkFunction · 0.45
directory.tsFile · 0.45
planFrontloadFunction · 0.45

Calls

no outgoing calls

Tested by 15

writeFunction · 0.36
writeFunction · 0.36
writeFunction · 0.36
addSubmoduleFunction · 0.36
addBareGitlinkFunction · 0.36
referenceStripCStyleFunction · 0.36
writeConfigFunction · 0.36
readConfigFunction · 0.36
setupFunction · 0.36
mkTmpFunction · 0.36
makeConsumerFunction · 0.36
writeFakeLibFunction · 0.36