Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ buildUrl
Method
buildUrl
packages/core/src/common/request.ts:82–84 ·
view source on GitHub ↗
({endpoint}: {endpoint: string})
Source
from the content-addressed store, hash-verified
80
}
81
82
private buildUrl({endpoint}: {endpoint: string}): string {
83
return
`${this.config.baseUrl}${endpoint}`;
84
}
85
86
private buildHeaders({
87
headers,
Callers
1
send
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected