Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
list
Method · 0.95
read
Method · 0.95
hash
Method · 0.95
write
Method · 0.95
Calls
1
join
Method · 0.65
Tested by
no test coverage detected