Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAnonymity/oa-chat
/ ensureValidAccessMode
Method
ensureValidAccessMode
chat/components/WelcomePanel.js:200–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
return
this.accessMode ===
'preview'
;
199
}
200
201
ensureValidAccessMode() {
202
if
(!this.accessMode) {
203
this.accessMode =
'preview'
;
204
}
205
}
206
207
getCurrentAccessValue() {
Callers
3
refreshFreeAccessEligibility
Method · 0.95
handleInviteSubmit
Method · 0.95
renderWelcomeStep
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected