MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / normalizeForCompare

Function normalizeForCompare

packages/app-core/src/lib/wikilinks.ts:55–57  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

53}
54
55function normalizeForCompare(value: string): string {
56 return value.trim().toLowerCase()
57}
58
59export function isPathLikeWikilinkTarget(target: string): boolean {
60 const trimmed = target.trim()

Callers 3

resolveExplicitPathFunction · 0.70
resolvePathSuffixFunction · 0.70
resolveWikilinkTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected