MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / resolve

Function resolve

packages/node-runtime/src/semantic-index/service.test.ts:611–611  ·  view source on GitHub ↗
(_p: string, ap?: string)

Source from the content-addressed store, hash-verified

609 assert.equal(store.get().api?.authProfile, SEMANTIC_INDEX_AUTH_PROFILE)
610
611 const resolve = (_p: string, ap?: string) => (ap ? (authProfiles.get(ap)?.key ?? '') : '')
612 assert.equal(resolveSemanticIndexApiKeySet(saved, resolve), true)
613})
614

Callers 15

ai-tools.test.tsFile · 0.85
parseWeFlowFunction · 0.85
parseChatLabFunction · 0.85
parseTelegramSingleFunction · 0.85
parseDiscordExporterFunction · 0.85
scanChatsFunction · 0.85
parseTelegramFunction · 0.85
preprocessQQJsonFunction · 0.85
createEmbedderFunction · 0.85
processMethod · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected