Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
formatParams
Function · 0.80
formatTypeParams
Function · 0.80
genInterface
Function · 0.80
genEnum
Function · 0.80
genClass
Function · 0.80
genNamespace
Function · 0.80
extractReturnType
Function · 0.80
collectTypes
Function · 0.80
tryMergeFuncAndNamespace
Function · 0.80
generateOutput
Function · 0.80
main
Function · 0.80
add-ts-nocheck.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected