Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiroMindAI/MiroThinker
/ showLoading
Function
showLoading
apps/visualize-trace/static/js/script.js:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
65
// Utility functions
66
function
showLoading() {
67
elements.loadingOverlay.classList.remove(
'd-none'
);
68
}
69
70
function
hideLoading() {
71
elements.loadingOverlay.classList.add(
'd-none'
);
Callers
2
refreshFileList
Function · 0.85
loadTraceFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected