MCPcopy Index your code
hub / github.com/tensorflow/tfjs / getRowHTML

Function getRowHTML

tfjs-vis/src/render/table_test.ts:20–22  ·  view source on GitHub ↗
(row: Element)

Source from the content-addressed store, hash-verified

18import {table} from './table';
19
20function getRowHTML(row: Element) {
21 return Array.from(row.querySelectorAll('td')).map(r => r.innerHTML);
22}
23
24function getRowText(row: Element) {
25 return Array.from(row.querySelectorAll('td')).map(r => r.textContent);

Callers 1

table_test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…