MCPcopy Create free account
hub / github.com/zxlie/FeHelper / canBuildTableViewData

Function canBuildTableViewData

apps/json-format/table-utils.js:112–119  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

110}
111
112export function canBuildTableViewData(input) {
113 try {
114 buildRenderableTableViewData(input);
115 return true;
116 } catch (_) {
117 return false;
118 }
119}

Callers 2

syncResultActionsFunction · 0.90

Calls 1

Tested by

no test coverage detected