Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ my
Function
my
frontend/src/views/sql-editor/Sheet/context.ts:990–992 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
988
989
const
VIEW_CONTEXTS_LAZY: Record<SheetViewMode, ViewContext> = {
990
get my() {
991
return
getViewContext(
"my"
);
992
},
993
get shared() {
994
return
getViewContext(
"shared"
);
995
},
Callers
nothing calls this directly
Calls
1
getViewContext
Function · 0.85
Tested by
no test coverage detected