MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / renderLoading

Function renderLoading

src/components/referencesPanel/index.js:154–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 function renderLoading() {
155 $content.innerHTML = "";
156 $content.append(
157 <div className="loading-state">
158 <div className="loader" />
159 <span>Finding references...</span>
160 </div>,
161 );
162 }
163
164 function renderEmpty() {
165 $content.innerHTML = "";

Callers 1

showFunction · 0.70

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected