MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / get

Method get

src/commands/test.ts:4222–4222  ·  view source on GitHub ↗
(path: string, options?: { signal?: AbortSignal })

Source from the content-addressed store, hash-verified

4220/** Minimal client surface the backend-test wait fallback needs. */
4221interface ResultReadClient {
4222 get<T>(path: string, options?: { signal?: AbortSignal }): Promise<T>;
4223}
4224
4225/**

Callers 15

requireApiKeyFunction · 0.65
buildHandlersFunction · 0.65
handlers.tsFile · 0.65
test.test.tsFile · 0.65
runListFunction · 0.65
runDeleteBatchFunction · 0.65
runBatchRunFunction · 0.65
countDuplicatePlanBodiesFunction · 0.65
runStepsFunction · 0.65
runTestRunAllFunction · 0.65

Implementers 1

HttpClientsrc/lib/http.ts

Calls

no outgoing calls

Tested by 2

readFileFunction · 0.52
readFileFunction · 0.52