MCPcopy Create free account
hub / github.com/microsoft/SandDance / getTableHeader

Function getTableHeader

docs/tests/v2/es6/js/sanddance.js:1385–1393  ·  view source on GitHub ↗
(table)

Source from the content-addressed store, hash-verified

1383var cache = {};
1384
1385function getTableHeader(table) {
1386 for (var key in table) {
1387 for (var title in table[key]) {
1388 return title || 'untitled';
1389 }
1390 }
1391
1392 return 'empty';
1393}
1394
1395var Log = function () {
1396 function Log() {

Callers 1

sanddance.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected