MCPcopy Index your code
hub / github.com/bytebase/bytebase / readProject

Function readProject

frontend/src/react/stores/sqlEditor/editor.ts:74–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72};
73
74const readProject = () =>
75 safeRead<string>(
76 lastProjectKey(),
77 (v) => (typeof v === "string" ? v : undefined),
78 ""
79 );
80
81const readResultRowsLimit = () =>
82 safeRead<number>(

Callers 1

editor.tsFile · 0.85

Calls 2

lastProjectKeyFunction · 0.85
safeReadFunction · 0.70

Tested by

no test coverage detected