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

Function isPresignedCodeUrl

src/commands/test.ts:7846–7848  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

7844
7845/** A presigned `code` body is any `https://` URL — never anything else. */
7846export function isPresignedCodeUrl(code: string): boolean {
7847 return code.startsWith('https://');
7848}
7849
7850/**
7851 * Stream a presigned URL into the Output's chunk writer using the

Callers 2

test.test.tsFile · 0.85
runCodeGetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected