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

Function getDocsPublicTag

tools/dgeni/common/private-docs.ts:52–54  ·  view source on GitHub ↗
(doc: ApiDoc)

Source from the content-addressed store, hash-verified

50
51/** Gets the @docs-public tag from the given document if present. */
52export function getDocsPublicTag(doc: ApiDoc): Tag | undefined {
53 return findJsDocTag(doc, 'docs-public');
54}
55
56/** Whether the given method member is listed as an internal member. */
57function _isInternalMember(memberDoc: MemberDoc): boolean {

Callers 2

$processMethod · 0.90
_isEnforcedPublicDocFunction · 0.85

Calls 1

findJsDocTagFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…