Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
function
getUrl(port: number) {
13
return
`http:
//localhost:${port}`;
14
}
15
16
export
const
frameworks: Framework[] = [
17
// TODO: add back when get working
Callers
1
links.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected