Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isDOMText
Function
isDOMText
packages/core/test/render3/is_shape_of.ts:207–209 ·
view source on GitHub ↗
(obj: any)
Source
from the content-addressed store, hash-verified
205
* Determines
if
`obj` is DOM `Text`.
206
*/
207
export
function
isDOMText(obj: any): obj is Text {
208
return
obj instanceof Text;
209
}
Callers
1
matchDomText
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…