MCPcopy Create free account
hub / github.com/APKLab/APKLab / getQuickPickItems

Function getQuickPickItems

src/utils/quick-picks.ts:92–94  ·  view source on GitHub ↗
(category: string)

Source from the content-addressed store, hash-verified

90 * @returns Array of QuickPickItem objects for the specified category
91 */
92 export function getQuickPickItems(category: string): QuickPickItem[] {
93 return quickPickItems[category];
94 }
95
96 /**
97 * Set a quick pick item as default (pre-selected) in a category.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected