MCPcopy 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
19function normalizePatternName(name: string): string {
20 return name.trim().toLowerCase();
21}
22
23export function isComplementaryPatternConflict(
24 category: string,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected