MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / getUrl

Function getUrl

apps/components/src/links.ts:12–14  ·  view source on GitHub ↗
(port: number)

Source from the content-addressed store, hash-verified

10};
11
12function getUrl(port: number) {
13 return `http://localhost:${port}`;
14}
15
16export const frameworks: Framework[] = [
17 // TODO: add back when get working

Callers 1

links.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected