MCPcopy Create free account
hub / github.com/Noumena-Network/code / resolveFeedbackAuthHeaders

Function resolveFeedbackAuthHeaders

src/components/feedbackSession.ts:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { getAuthHeaders, type AuthHeaders } from '../utils/http.js'
3
4export async function resolveFeedbackAuthHeaders(): Promise<AuthHeaders> {
5 await getAuthRuntime().resolveSession({ allowRefresh: true })
6 return getAuthHeaders()
7}

Callers 2

submitFeedbackFunction · 0.85

Calls 3

getAuthRuntimeFunction · 0.85
resolveSessionMethod · 0.65
getAuthHeadersFunction · 0.50

Tested by

no test coverage detected