MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp / createFileLearnSessionCacheStore

Function createFileLearnSessionCacheStore

cli/src/mcp/cache.ts:36–38  ·  view source on GitHub ↗
(options: FileLearnSessionCacheStoreOptions = {})

Source from the content-addressed store, hash-verified

34}
35
36export function createFileLearnSessionCacheStore(options: FileLearnSessionCacheStoreOptions = {}): LearnSessionCacheStore {
37 return new FileLearnSessionCacheStore(options);
38}
39
40export function getDefaultCacheFilePath(): string {
41 const paths = envPaths('mslearn', { suffix: '' });

Callers 2

cache.test.tsFile · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected