MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / set

Method set

src/main/controller.ts:55–57  ·  view source on GitHub ↗
(identifier: Identifier, value: any)

Source from the content-addressed store, hash-verified

53 }
54
55 set(identifier: Identifier, value: any): boolean {
56 return this.config.set(identifier, value);
57 }
58
59 restoreMultiDefault(optionType: MenuActionType | Category) {
60 const keys = this.action.getKeys(optionType);

Callers 15

enumerateLayoutsMethod · 0.95
vue.config.jsFile · 0.45
prebuild.tsFile · 0.45
setLanguagesFunction · 0.45
setResultBufferFunction · 0.45
setConfigFunction · 0.45
updateConfigFunction · 0.45
updateLocaleFunction · 0.45
updateLocalesFunction · 0.45
updateLocaleSettingFunction · 0.45
isValidWindowFunction · 0.45
trackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected