MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / updateConfig

Function updateConfig

src/store/index.ts:50–54  ·  view source on GitHub ↗
(state, config)

Source from the content-addressed store, hash-verified

48 Vue.set(state, "config", config);
49 },
50 updateConfig(state, config) {
51 for (const key of Object.keys(config)) {
52 Vue.set(state.config, key, config[key]);
53 }
54 },
55 },
56 actions: {
57 setShared(context, sharedResult) {

Callers

nothing calls this directly

Calls 2

keysMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected