Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InferCore/InferCore
/ joinURL
Function
joinURL
internal/adapters/vllm/vllm.go:438–440 ·
view source on GitHub ↗
(base, suffix string)
Source
from the content-addressed store, hash-verified
436
}
437
438
func
joinURL(base, suffix string) string {
439
return
strings.TrimRight(base,
"/"
) + suffix
440
}
441
Callers
2
Health
Method · 0.85
chatCompletionsURL
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected