Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
export
const
getSheetStatement = (sheet: Sheet | Worksheet) => {
19
return
new
TextDecoder().decode(sheet.content);
20
};
Callers
12
fetchStatement
Function · 0.90
switchWorksheet
Function · 0.90
hydrateProjectTabs
Function · 0.90
load
Function · 0.90
checkSpecStatement
Function · 0.90
readStatement
Function · 0.90
load
Function · 0.90
load
Function · 0.90
checkSpecStatement
Function · 0.90
useWorksheetAndTab
Function · 0.90
snapshotOfSheet
Function · 0.90
openWorksheetByName
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected