MCPcopy
hub / github.com/AUTOMATIC1111/stable-diffusion-webui / script.js

File script.js

script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function gradioApp() {
2 const elems = document.getElementsByTagName('gradio-app');
3 const elem = elems.length == 0 ? document : elems[0];
4

Callers

nothing calls this directly

Calls 5

gradioAppFunction · 0.85
executeCallbacksFunction · 0.85
get_uiCurrentTabFunction · 0.85
get_uiCurrentTabContentFunction · 0.85

Tested by

no test coverage detected