MCPcopy
hub / github.com/iterative/cml / ownerRepo

Method ownerRepo

src/drivers/github.js:97–100  ·  view source on GitHub ↗
(opts = {})

Source from the content-addressed store, hash-verified

95 }
96
97 ownerRepo(opts = {}) {
98 const { uri = this.repo } = opts;
99 return ownerRepo({ uri });
100 }
101
102 async user({ name: username } = {}) {
103 const { users } = octokit(this.token, this.repo);

Callers 3

isProtectedMethod · 0.95
prAutoMergeMethod · 0.95
github.e2e.test.jsFile · 0.80

Calls 1

ownerRepoFunction · 0.85

Tested by

no test coverage detected