MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / parseRuleKind

Function parseRuleKind

src/core/webview/rulesMessageHandler.ts:168–170  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

166}
167
168function parseRuleKind(value: unknown): RuleKind | undefined {
169 return value === "generic" || value === "mode" ? value : undefined
170}

Callers 2

parseCreateRuleInputFunction · 0.85
parseDeleteRuleInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected