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

Method canonical

packages/service-worker/cli/filesystem.ts:53–55  ·  view source on GitHub ↗
(_path: string)

Source from the content-addressed store, hash-verified

51 }
52
53 private canonical(_path: string): string {
54 return path.posix.join(this.base, _path);
55 }
56}

Callers 4

listMethod · 0.95
readMethod · 0.95
hashMethod · 0.95
writeMethod · 0.95

Calls 1

joinMethod · 0.65

Tested by

no test coverage detected