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

Function draft

frontend/src/views/sql-editor/Sheet/context.ts:996–998  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

994 return getViewContext("shared");
995 },
996 get draft() {
997 return getViewContext("draft");
998 },
999} as Record<SheetViewMode, ViewContext>;
1000
1001// Module-level action helpers — always-stable references, never go

Callers

nothing calls this directly

Calls 1

getViewContextFunction · 0.85

Tested by

no test coverage detected