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

Function fetch

packages/main/test/pages/diffable-html.js:4025–4029  ·  view source on GitHub ↗
(what, where, recurse)

Source from the content-addressed store, hash-verified

4023 return DomUtils.getElementsByTagName(what, where, true, 1)[0];
4024 }
4025 function fetch(what, where, recurse){
4026 return DomUtils.getText(
4027 DomUtils.getElementsByTagName(what, where, recurse, 1)
4028 ).trim();
4029 }
4030
4031 function addConditionally(obj, prop, what, where, recurse){
4032 var tmp = fetch(what, where, recurse);

Callers 15

addConditionallyFunction · 0.70
diffable-html.jsFile · 0.70
LocaleData.tsFile · 0.50
fetchTextOnceFunction · 0.50
fetchJsonOnceFunction · 0.50
fetchAuthUrlFunction · 0.50
exchangeCodeForTokenFunction · 0.50
createGistFunction · 0.50
loadGistFunction · 0.50
loadProductsFunction · 0.50
loadInputSuggestionsFunction · 0.50
loadDialogListFunction · 0.50

Calls 1

getTextMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…