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

Function isPresignedUrl

src/lib/bundle.ts:750–752  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

748}
749
750function isPresignedUrl(value: string): boolean {
751 return value.startsWith('https://');
752}
753
754/**
755 * Write `<dir>/.partial` so an agent inspecting the dir can detect

Callers 1

writeBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected