MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / url

Method url

tests/setup/MockCdn.ts:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 get url(): string {
75 invariant(this._url, 'Failed to access "url" on MockCdn: the server is not running');
76 return this._url;
77 }
78
79 public async listen(options?: FastifyListenOptions): Promise<string> {
80 const serverUrl = await this.app.listen(options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected