Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
function
parseRuleKind(value: unknown): RuleKind | undefined {
169
return
value ===
"generic"
|| value ===
"mode"
? value : undefined
170
}
Callers
2
parseCreateRuleInput
Function · 0.85
parseDeleteRuleInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected