MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / getOctokit

Function getOctokit

scripts/release-helper.mjs:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9let octokit;
10function getOctokit() {
11 octokit ||= github.getOctokit(GITHUB_TOKEN);
12 return octokit;
13}
14
15export async function getRelease() {
16 try {

Callers 3

getReleaseFunction · 0.85
createReleaseFunction · 0.85
uploadAssetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected