MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / isCliMemoryCategory

Function isCliMemoryCategory

src/cli-memory.ts:31–33  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

29
30const MEMORY_CATEGORY_SET: ReadonlySet<string> = new Set(MEMORY_CATEGORIES);
31function isCliMemoryCategory(value: string): value is CliMemoryCategory {
32 return MEMORY_CATEGORY_SET.has(value);
33}
34
35const MEMORY_TYPE_SET: ReadonlySet<string> = new Set(MEMORY_TYPES);
36function isCliMemoryType(value: string): value is CliMemoryType {

Callers 1

handleMemoryCliFunction · 0.85

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected