Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
func
ActorIDHeader() string {
18
return
fmt.Sprintf(
"%s-ID"
, prefix)
19
}
20
21
func
ActorMetadataHeader(name string) string {
22
return
fmt.Sprintf(
"%s-Metadata-%s"
, prefix, name)
Callers
3
TestServeHTTP_ActorHeaders
Function · 0.92
TestActorHeaders
Function · 0.92
headersFromActor
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestServeHTTP_ActorHeaders
Function · 0.74
TestActorHeaders
Function · 0.74