MCPcopy Create free account
hub / github.com/UI5/webcomponents / shouldIgnoreCustomElement

Function shouldIgnoreCustomElement

packages/base/src/IgnoreCustomElements.ts:36–38  ·  view source on GitHub ↗
(tag: string)

Source from the content-addressed store, hash-verified

34 * @param { string } tag
35 */
36const shouldIgnoreCustomElement = (tag: string): boolean => {
37 return tagPrefixes.some(pref => tag.startsWith(pref));
38};
39
40export {
41 ignoreCustomElements,

Callers 1

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