MCPcopy Create free account
hub / github.com/analyticswithadam/App_Script / generateReport

Function generateReport

Big Query and Gemini Narrative Reporting.js:186–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186function generateReport() {
187 auth();
188 fetchBigQueryData();
189 formatReport();
190}
191
192
193// appscript.json

Callers

nothing calls this directly

Calls 3

authFunction · 0.70
fetchBigQueryDataFunction · 0.70
formatReportFunction · 0.70

Tested by

no test coverage detected