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

Function extendsDirectlyFromObject

packages/core/src/render3/jit/directive.ts:364–366  ·  view source on GitHub ↗
(type: Type<any>)

Source from the content-addressed store, hash-verified

362}
363
364export function extendsDirectlyFromObject(type: Type<any>): boolean {
365 return Object.getPrototypeOf(type.prototype) === Object.prototype;
366}
367
368/**
369 * Extract the `R3DirectiveMetadata` for a particular directive (either a `Directive` or a

Callers 2

directive_spec.tsFile · 0.90
directiveMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…