MCPcopy
hub / github.com/marktext/marktext / start

Method start

packages/desktop/src/types/global.d.ts:151–151  ·  view source on GitHub ↗
(req: unknown)

Source from the content-addressed store, hash-verified

149
150 interface RipgrepAPI {
151 start(req: unknown): Promise<{ searchId: string }>
152 cancel(searchId: string): void
153 onMatch(handler: (payload: unknown) => void): () => void
154 onProgress(handler: (payload: unknown) => void): () => void

Callers 4

startSearchFunction · 0.80
index.tsFile · 0.80
setupExceptionHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected