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

Function _isEnforcedPublicDoc

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

* Whether the given doc has the @docs-public tag specified and should be enforced as * public document. This allows symbols which are usually private to show up in the docs. * * Additionally symbols with "@docs-public" tag can specify a public name under which the * document should show up in th

(doc: ApiDoc)

Source from the content-addressed store, hash-verified

73 * show up in the docs as "MatMenu".
74 */
75function _isEnforcedPublicDoc(doc: ApiDoc): boolean {
76 return getDocsPublicTag(doc) !== undefined;
77}

Callers 1

isPublicDocFunction · 0.85

Calls 1

getDocsPublicTagFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…