MCPcopy Index your code
hub / github.com/emwalker/digraph / setBasicAuth

Method setBasicAuth

client/src/server/ServerFetcher.ts:27–30  ·  view source on GitHub ↗
(viewerId: string, sessionId: string)

Source from the content-addressed store, hash-verified

25 viewerId: string | undefined | null
26
27 setBasicAuth(viewerId: string, sessionId: string) {
28 this.viewerId = viewerId
29 this.sessionId = sessionId
30 }
31
32 get url(): string {
33 return `${graphqlApiBaseUrl}/graphql`

Callers 1

index.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected