Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isProtected
Method · 0.95
prAutoMerge
Method · 0.95
github.e2e.test.js
File · 0.80
Calls
1
ownerRepo
Function · 0.85
Tested by
no test coverage detected