Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isValidWindow
Function · 0.45
translateSentence
Method · 0.45
hasMain
Method · 0.45
get
Method · 0.45
showSettings
Method · 0.45
closeByName
Method · 0.45
setRule
Method · 0.45
filterExistingWithCustom
Method · 0.45
cleanGroup
Method · 0.45
getListenerMap
Function · 0.45
handleWithLinks
Function · 0.45
getAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected