Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
const
readProject = () =>
75
safeRead<string>(
76
lastProjectKey(),
77
(v) => (typeof v ===
"string"
? v : undefined),
78
""
79
);
80
81
const
readResultRowsLimit = () =>
82
safeRead<number>(
Callers
1
editor.ts
File · 0.85
Calls
2
lastProjectKey
Function · 0.85
safeRead
Function · 0.70
Tested by
no test coverage detected