MCPcopy Create free account
hub / github.com/bytebase/bytebase / getSheetStatement

Function getSheetStatement

frontend/src/utils/v1/sheet.ts:18–20  ·  view source on GitHub ↗
(sheet: Sheet | Worksheet)

Source from the content-addressed store, hash-verified

16};
17
18export const getSheetStatement = (sheet: Sheet | Worksheet) => {
19 return new TextDecoder().decode(sheet.content);
20};

Callers 12

fetchStatementFunction · 0.90
switchWorksheetFunction · 0.90
hydrateProjectTabsFunction · 0.90
loadFunction · 0.90
checkSpecStatementFunction · 0.90
readStatementFunction · 0.90
loadFunction · 0.90
loadFunction · 0.90
checkSpecStatementFunction · 0.90
useWorksheetAndTabFunction · 0.90
snapshotOfSheetFunction · 0.90
openWorksheetByNameFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected