MCPcopy Create free account
hub / github.com/churichard/notabase / caseInsensitiveStringEqual

Function caseInsensitiveStringEqual

utils/string.ts:8–10  ·  view source on GitHub ↗
(str1: string, str2: string)

Source from the content-addressed store, hash-verified

6}
7
8export function caseInsensitiveStringEqual(str1: string, str2: string) {
9 return caseInsensitiveStringCompare(str1, str2) === 0;
10}

Callers 8

FindOrCreateInputFunction · 0.90
NoteFunction · 0.90
getUntitledTitleFunction · 0.90
AddLinkPopoverFunction · 0.90
useImportFunction · 0.90
store.tsFile · 0.90
computeUnlinkedBacklinksFunction · 0.90
getOrCreateNoteIdFunction · 0.90

Calls 1

Tested by

no test coverage detected