Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
let
octokit;
10
function
getOctokit() {
11
octokit ||= github.getOctokit(GITHUB_TOKEN);
12
return
octokit;
13
}
14
15
export
async
function
getRelease() {
16
try {
Callers
3
getRelease
Function · 0.85
createRelease
Function · 0.85
uploadAssets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected