MCPcopy Create free account
hub / github.com/coder/aibridge / ActorIDHeader

Function ActorIDHeader

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 2

TestActorHeadersFunction · 0.92
headersFromActorFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestActorHeadersFunction · 0.74