MCPcopy Index your code
hub / github.com/coder/coder / PrebuildClaimedChannel

Function PrebuildClaimedChannel

codersdk/agentsdk/agentsdk.go:786–788  ·  view source on GitHub ↗
(id uuid.UUID)

Source from the content-addressed store, hash-verified

784}
785
786func PrebuildClaimedChannel(id uuid.UUID) string {
787 return fmt.Sprintf("prebuild_claimed_%s", id)
788}
789
790// WaitForReinit polls a SSE endpoint, and receives an event back under the following conditions:
791// - ping: ignored, keepalive

Callers 4

TestReinitFunction · 0.92
PublishWorkspaceClaimMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestReinitFunction · 0.74