MCPcopy Index your code
hub / github.com/SplootCode/splootcode / StaticURLs

Interface StaticURLs

packages/runtime-python/src/static_urls.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface StaticURLs {
2 executorURL: string
3 moduleLoaderURL: string
4 requestsPackageURL: string
5 textGeneratorURL: string
6 streamlitPackageURL: string
7 pyarrowPackageURL: string
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected