MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / resetOutputMessages

Function resetOutputMessages

data-csv/index.js:146–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145/** Clears output messages and tables. */
146const resetOutputMessages = () => {
147 ui.updateRowCountOutput('click "Count rows"');
148 ui.updateColumnNamesMessage('click "Get column names"');
149 ui.updateColumnNamesOutput([]);
150 ui.updateSampleRowMessage('select an index and click "Get a sample row"');
151 ui.updateSampleRowOutput([]);
152};
153
154/** Sets up handlers for the user affordences, including all buttons. */
155document.addEventListener('DOMContentLoaded', async () => {

Callers 2

index.jsFile · 0.85
connectURLButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected