MCPcopy 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
438func joinURL(base, suffix string) string {
439 return strings.TrimRight(base, "/") + suffix
440}
441

Callers 2

HealthMethod · 0.85
chatCompletionsURLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected