MCPcopy Create free account
hub / github.com/buildkite/agent-stack-k8s / URL

Method URL

api/fake_agent_server.go:60–62  ·  view source on GitHub ↗

URL returns the base URL of the fake server. Use this as the Endpoint when creating a real AgentClient.

()

Source from the content-addressed store, hash-verified

58// URL returns the base URL of the fake server.
59// Use this as the Endpoint when creating a real AgentClient.
60func (f *FakeAgentServer) URL() string {
61 return f.server.URL
62}
63
64// Close shuts down the fake server.
65func (f *FakeAgentServer) Close() {

Calls

no outgoing calls