Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dwgx/WindsurfAPI
/ getModelAccessConfig
Function
getModelAccessConfig
src/dashboard/model-access.js:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
export
function
getModelAccessConfig() {
37
return
{ ..._config };
38
}
39
40
export
function
setModelAccessMode(mode) {
41
if
(![
'all'
,
'allowlist'
,
'blocklist'
].includes(mode))
return
;
Callers
4
thinking-routing.test.js
File · 0.90
special-agent-routing.test.js
File · 0.90
model-access-thinking-inheritance.test.js
File · 0.90
handleDashboardApi
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected