MCPcopy Create free account
hub / github.com/utterance/utterances / setRepoContext

Function setRepoContext

src/github.ts:20–23  ·  view source on GitHub ↗
(context: { owner: string; repo: string; })

Source from the content-addressed store, hash-verified

18const branch = 'master';
19
20export function setRepoContext(context: { owner: string; repo: string; }) {
21 owner = context.owner;
22 repo = context.repo;
23}
24
25function githubRequest(relativeUrl: string, init?: RequestInit) {
26 init = init || {};

Callers 1

utterances.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected