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

Function convertToStoreSheetMessage

backend/api/v1/sheet_service.go:159–165  ·  view source on GitHub ↗
(sheet *v1pb.Sheet)

Source from the content-addressed store, hash-verified

157}
158
159func convertToStoreSheetMessage(sheet *v1pb.Sheet) *store.SheetMessage {
160 sheetMessage := &store.SheetMessage{
161 Statement: string(sheet.Content),
162 }
163
164 return sheetMessage
165}

Callers 2

CreateSheetMethod · 0.85
BatchCreateSheetsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected