Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopyTranslator/CopyTranslator
/ getColorRule
Function
getColorRule
src/common/rule.ts:9–11 ·
view source on GitHub ↗
(key: Identifier)
Source
from the content-addressed store, hash-verified
7
]);
8
9
export
function
getColorRule(key: Identifier) {
10
return
<number>colorRules.get(key);
11
}
12
export
interface
CheckResult {
13
canSave: boolean;
14
canEnable: boolean;
Callers
1
setCurrentStatus
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected