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