MCPcopy 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
171function commandExAlias(id: string): string {
172 return id.replace(/[^A-Za-z0-9]+/g, '_')
173}
174
175function matchesQuery(query: string, ...parts: Array<string | undefined>): boolean {
176 if (!query) return true

Callers 1

HelpViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected