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

Function isFavoriteFolderKey

packages/app-core/src/lib/vault-layout.ts:552–554  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

550}
551
552export function isFavoriteFolderKey(key: string): boolean {
553 return key.includes(':')
554}
555
556/** Parse a folder favorite key back into its `{ folder, subpath }` parts. */
557export function parseFavoriteFolderKey(

Callers 2

SidebarFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected