Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/
Class
bin/GithubAPI.js:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
const
exec = util.promisify(cp.exec);
8
9
export
default
class
GithubAPI {
10
constructor(owner, repo) {
11
if
(!owner) {
12
throw
new
Error(
'repo owner must be specified'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected