MCPcopy
hub / github.com/fosrl/pangolin / keys

Method keys

server/lib/cache.ts:154–156  ·  view source on GitHub ↗

* Get all keys from the cache * Note: Only returns local cache keys, Redis keys are not included

()

Source from the content-addressed store, hash-verified

152 * Note: Only returns local cache keys, Redis keys are not included
153 */
154 keys(): string[] {
155 return localCache.keys();
156 }
157
158 /**
159 * Get keys with a specific prefix

Callers 15

DockerContainersTableFunction · 0.45
replacePlaceholderFunction · 0.45
onSubmitFunction · 0.45
savePermissionsFunction · 0.45
onSubmitFunction · 0.45
GeneralPageFunction · 0.45
onSubmitFunction · 0.45
savePermissionsFunction · 0.45
onSubmitFunction · 0.45
logger.tsFile · 0.45
getOpenApiDocumentationFunction · 0.45
keysWithPrefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected