Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sandpack/nodebox-runtime
/ MockCdnPackage
Interface
MockCdnPackage
tests/setup/MockCdn.ts:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
interface
MockCdnPackage {
12
name: string;
13
version: string;
14
files: FilesMap;
15
}
16
17
export
class
MockCdn {
18
private app: FastifyInstance;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected