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

Function getFeature

packages/base/src/FeaturesRegistry.ts:7–9  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

5};
6
7const getFeature = <T>(name: string): T => {
8 return features.get(name) as T;
9};
10
11export {
12 registerFeature,

Callers 14

insertFontFaceFunction · 0.85
initF6NavigationFunction · 0.85
effectiveHtmlFunction · 0.85
effectiveSvgFunction · 0.85
litRenderFunction · 0.85
scopeTagFunction · 0.85
_keydownHandlerMethod · 0.85
getEffectiveStyleFunction · 0.85
detectExternalThemeFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…