Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChatGPTNextWeb/NextChat
/ enabledAccessControl
Function
enabledAccessControl
app/store/access.ts:160–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
159
(set, get) => ({
160
enabledAccessControl() {
161
this.fetch();
162
163
return
get().needCode;
164
},
165
getVisionModels() {
166
this.fetch();
167
return
get().visionModels;
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected