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

Function getCurrentRuntimeIndex

packages/base/src/Runtimes.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 * @returns {*}
53 */
54const getCurrentRuntimeIndex = () => {
55 return currentRuntimeIndex;
56};
57
58/**
59 * Compares two VersionInfo objects and returns 1 if the first is bigger, -1 if the second is bigger, and 0 if equal.

Callers 7

registerTagFunction · 0.85
shouldUpdateFunction · 0.85
createStyleFunction · 0.85
updateStyleFunction · 0.85
F6Navigation.tsFile · 0.85
loadComponentPackagesFunction · 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…