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

Function getQueryElement

data-csv/ui.js:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102// Returns the currently specified URL, from which to access the CSV file.
103export const getQueryElement = () => {
104 return document.getElementById('query-url');
105}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected