Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PatrickSys/codebase-context
/ normalizePatternName
Function
normalizePatternName
src/patterns/semantics.ts:19–21 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
17
}
18
19
function
normalizePatternName(name: string): string {
20
return
name.trim().toLowerCase();
21
}
22
23
export
function
isComplementaryPatternConflict(
24
category: string,
Callers
2
isComplementaryPatternConflict
Function · 0.85
isComplementaryPatternCategory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected