MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / has

Method has

src/common/configParser.ts:30–32  ·  view source on GitHub ↗
(key: Identifier)

Source from the content-addressed store, hash-verified

28 }
29
30 has(key: Identifier) {
31 return this.rules.has(key);
32 }
33
34 setRule(key: Identifier, rule: Rule, needSave: boolean = true) {
35 if (this.rules.has(key)) {

Callers 13

isValidWindowFunction · 0.45
translateSentenceMethod · 0.45
hasMainMethod · 0.45
getMethod · 0.45
showSettingsMethod · 0.45
closeByNameMethod · 0.45
setRuleMethod · 0.45
cleanGroupMethod · 0.45
getListenerMapFunction · 0.45
handleWithLinksFunction · 0.45
getActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected