Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ commandExAlias
Function
commandExAlias
packages/app-core/src/components/HelpView.tsx:171–173 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
169
]
170
171
function commandExAlias(id: string): string {
172
return id.replace(/[^A-Za-z0-9]+/g,
'_'
)
173
}
174
175
function matchesQuery(query: string, ...parts: Array<string | undefined>): boolean {
176
if (!query) return true
Callers
1
HelpView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected