MCPcopy Index your code
hub / github.com/angular/components / _isInternalMember

Function _isInternalMember

tools/dgeni/common/private-docs.ts:57–59  ·  view source on GitHub ↗

Whether the given method member is listed as an internal member.

(memberDoc: MemberDoc)

Source from the content-addressed store, hash-verified

55
56/** Whether the given method member is listed as an internal member. */
57function _isInternalMember(memberDoc: MemberDoc): boolean {
58 return INTERNAL_METHODS.includes(memberDoc.name);
59}
60
61/** Whether the given doc has a @docs-private tag set. */
62function _hasDocsPrivateTag(doc: ApiDoc): boolean {

Callers 1

isPublicDocFunction · 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…