MCPcopy
hub / github.com/graphif/project-graph / join

Method join

app/src/utils/path.tsx:43–45  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

41 return parts.join(".");
42 }
43 join(path: string) {
44 return new Path(this.path + Path.sep + path);
45 }
46 toUri() {
47 return URI.file(this.path);
48 }

Callers 15

formatParamsFunction · 0.80
formatTypeParamsFunction · 0.80
genInterfaceFunction · 0.80
genEnumFunction · 0.80
genClassFunction · 0.80
genNamespaceFunction · 0.80
extractReturnTypeFunction · 0.80
collectTypesFunction · 0.80
tryMergeFuncAndNamespaceFunction · 0.80
generateOutputFunction · 0.80
mainFunction · 0.80
add-ts-nocheck.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected