MCPcopy 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
66function showLoading() {
67 elements.loadingOverlay.classList.remove('d-none');
68}
69
70function hideLoading() {
71 elements.loadingOverlay.classList.add('d-none');

Callers 2

refreshFileListFunction · 0.85
loadTraceFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected