Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getTestFilePath
Function
getTestFilePath
packages/compiler-cli/src/ngtsc/indexer/test/util.ts:31–33 ·
view source on GitHub ↗
Dummy file URL
()
Source
from the content-addressed store, hash-verified
29
30
/** Dummy file URL */
31
function
getTestFilePath(): AbsoluteFsPath {
32
return
absoluteFrom(
'/TEST_FILE.ts'
);
33
}
34
35
/**
36
* Creates a
class
declaration from a component source code.
Callers
2
getComponentDeclaration
Function · 0.85
getBoundTemplate
Function · 0.85
Calls
1
absoluteFrom
Function · 0.90
Tested by
no test coverage detected