Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
2
TestActorHeaders
Function · 0.92
headersFromActor
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestActorHeaders
Function · 0.74