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

Method getAbsFileName

packages/language-service/testing/src/project.ts:155–157  ·  view source on GitHub ↗
(projectFileName: string)

Source from the content-addressed store, hash-verified

153 }
154
155 getAbsFileName(projectFileName: string): string {
156 return absoluteFrom(`/${this.name}/${projectFileName}`);
157 }
158
159 openFile(projectFileName: string): OpenBuffer {
160 if (!this.buffers.has(projectFileName)) {

Calls 1

absoluteFromFunction · 0.90

Tested by

no test coverage detected