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

Function status

translation/ui.js:18–21  ·  view source on GitHub ↗
(statusText)

Source from the content-addressed store, hash-verified

16 */
17
18export function status(statusText) {
19 console.log(statusText);
20 document.getElementById('status').textContent = statusText;
21}
22
23export function setEnglish(text, translate) {
24 document.getElementById('englishSentence').value = text;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected