Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperDebugger/paperdebugger
/ SetAuthToken
Function
SetAuthToken
internal/libs/metadatautil/metadatautil.go:9–11 ·
view source on GitHub ↗
(md metadata.MD, token string)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
SetAuthToken(md metadata.MD, token string) {
10
md.Set(MetadataKeyAuthToken, token)
11
}
12
13
func
GetAuthToken(md metadata.MD) string {
14
chunks := md.Get(MetadataKeyAuthToken)
Callers
1
metadataAnnotator
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected