Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
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
gradioApp
Function · 0.85
executeCallbacks
Function · 0.85
scheduleAfterUiUpdateCallbacks
Function · 0.85
get_uiCurrentTab
Function · 0.85
get_uiCurrentTabContent
Function · 0.85
Tested by
no test coverage detected