MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / isExperimentalEnabled

Function isExperimentalEnabled

src/runtime-config.js:141–143  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

139}
140
141export function isExperimentalEnabled(key) {
142 return !!_state.experimental?.[key];
143}
144
145export function setExperimental(patch) {
146 if (!patch || typeof patch !== 'object') return getExperimental();

Callers 7

getApiKeyFunction · 0.90
waitForAccountFunction · 0.90
handlerFunction · 0.90
effectiveSettingsFunction · 0.90
bindingKeyFunction · 0.90
runtime-config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected