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

Function scopeTag

packages/base/src/renderer/LitRenderer.ts:37–42  ·  view source on GitHub ↗
(tag: string, tags: Array<string>, suffix: string)

Source from the content-addressed store, hash-verified

35};
36
37const scopeTag = (tag: string, tags: Array<string>, suffix: string) => {
38 const litStatic = getFeature<typeof LitStatic>("LitStatic");
39 if (litStatic) {
40 return litStatic.unsafeStatic((tags || []).includes(tag) ? `${tag}-${suffix}` : tag);
41 }
42};
43
44export {
45 effectiveHtml as html,

Callers

nothing calls this directly

Calls 1

getFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…