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

Function getCurrentNoticeSession

src/utils/statusNoticeDefinitions.tsx:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48function getCurrentNoticeSession(): ConflictSession {
49 return getAuthRuntime().getCurrentSession();
50}
51
52function formatAuthTokenSourceLabel(source: string): string {
53 return source === 'claude.ai' ? 'managed_oauth' : source;

Callers 1

Calls 2

getAuthRuntimeFunction · 0.85
getCurrentSessionMethod · 0.65

Tested by

no test coverage detected