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

Function ActorIDHeader

aibridge/intercept/actor_headers.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15)
16
17func ActorIDHeader() string {
18 return fmt.Sprintf("%s-ID", prefix)
19}
20
21func ActorMetadataHeader(name string) string {
22 return fmt.Sprintf("%s-Metadata-%s", prefix, name)

Callers 3

TestActorHeadersFunction · 0.92
headersFromActorFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestActorHeadersFunction · 0.74