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

Function getRuntimeConfig

src/runtime-config.js:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126load();
127
128export function getRuntimeConfig() {
129 return structuredClone(_state);
130}
131
132export function _resetRuntimeConfigForTests(patch = {}) {
133 _state = deepMerge(structuredClone(DEFAULTS), patch);

Callers 2

effectiveSettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected