MCPcopy Create free account
hub / github.com/angular/angular / isTView

Function isTView

packages/core/test/render3/is_shape_of.ts:104–106  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

102 * @param obj
103 */
104export function isTView(obj: any): obj is TView {
105 return isShapeOf<TView>(obj, ShapeOfTView);
106}
107const ShapeOfTView: ShapeOf<TView> = {
108 type: true,
109 blueprint: true,

Callers

nothing calls this directly

Calls 1

isShapeOfFunction · 0.85

Tested by

no test coverage detected