MCPcopy 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
9export function getColorRule(key: Identifier) {
10 return <number>colorRules.get(key);
11}
12export interface CheckResult {
13 canSave: boolean;
14 canEnable: boolean;

Callers 1

setCurrentStatusMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected