Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VPSDance/ai-proxy-rules
/ normalizePartialRuleSet
Function
normalizePartialRuleSet
scripts/sync/build.ts:269–274 ·
view source on GitHub ↗
(rules: Partial<RuleSet> | undefined)
Source
from the content-addressed store, hash-verified
267
}
268
269
function
normalizePartialRuleSet(rules: Partial<RuleSet> | undefined): RuleSet {
270
return
normalizeRuleSet({
271
...emptyRuleSet(),
272
...rules
273
});
274
}
Callers
1
buildProviderData
Function · 0.85
Calls
2
normalizeRuleSet
Function · 0.85
emptyRuleSet
Function · 0.85
Tested by
no test coverage detected