MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / hideProgress

Function hideProgress

electron/renderer.js:244–247  ·  view source on GitHub ↗

Display the indeterminate progress bar.

(message)

Source from the content-addressed store, hash-verified

242
243/** Display the indeterminate progress bar. */
244function hideProgress(message) {
245 progressBar.style.display = 'none';
246 progressText.style.display = 'none';
247}
248
249hideProgress();

Callers 2

displaySearchResultsFunction · 0.85
renderer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected