MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / searchRuntimeFileContent

Function searchRuntimeFileContent

projects/electron/src/modules/code/files.ts:895–897  ·  view source on GitHub ↗
(params: ContentSearchParams)

Source from the content-addressed store, hash-verified

893}
894
895export async function searchRuntimeFileContent(params: ContentSearchParams): Promise<ContentSearchResponse> {
896 return handleContentSearch(params)
897}
898
899export const cleanup = () => {
900 logger.info("[Files] Cleanup called, clearing file list cache")

Callers

nothing calls this directly

Calls 1

handleContentSearchFunction · 0.85

Tested by

no test coverage detected