Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperDebugger/paperdebugger
/ GetAuthToken
Function
GetAuthToken
internal/libs/metadatautil/metadatautil.go:13–19 ·
view source on GitHub ↗
(md metadata.MD)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
GetAuthToken(md metadata.MD) string {
14
chunks := md.Get(MetadataKeyAuthToken)
15
if
len(chunks) == 0 {
16
return
""
17
}
18
return
chunks[0]
19
}
Callers
1
authUserActor
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected