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

Function text

packages/core/test/metadata/resource_loading_spec.ts:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 function fetch(url: string): Promise<Response> {
186 return Promise.resolve({
187 text() {
188 return 'response for ' + url;
189 },
190 } as any as Response);
191 }
192

Callers 1

ComponentClassClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected