Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
export
function
caseInsensitiveStringEqual(str1: string, str2: string) {
9
return
caseInsensitiveStringCompare(str1, str2) === 0;
10
}
Callers
8
FindOrCreateInput
Function · 0.90
Note
Function · 0.90
getUntitledTitle
Function · 0.90
AddLinkPopover
Function · 0.90
useImport
Function · 0.90
store.ts
File · 0.90
computeUnlinkedBacklinks
Function · 0.90
getOrCreateNoteId
Function · 0.90
Calls
1
caseInsensitiveStringCompare
Function · 0.85
Tested by
no test coverage detected