MCPcopy Index your code
hub / github.com/angular/angular / join

Function join

packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:70–72  ·  view source on GitHub ↗
(basePath: T, ...paths: string[])

Source from the content-addressed store, hash-verified

68 * Static access to `join`.
69 */
70export function join<T extends PathString>(basePath: T, ...paths: string[]): T {
71 return fs.join(basePath, ...paths);
72}
73
74/**
75 * Static access to `resolve`s.

Callers 15

constructorMethod · 0.90
pathPluginFunction · 0.85
joinMethod · 0.85
migrateFunction · 0.85
migrateFunction · 0.85
migrateFunction · 0.85
analyzeDecoratorsFunction · 0.85
remapRelativeImportFunction · 0.85
migrateFunction · 0.85
mock_host.tsFile · 0.85

Calls 1

joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…