Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iterative/cml
/ triggerSha
Method
triggerSha
src/cml.js:147–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
async
triggerSha() {
148
const
{ sha } = this.getDriver();
149
return
sha || (
await
this.revParse());
150
}
151
152
async
branch() {
153
const
{ branch } = this.getDriver();
Callers
3
commentCreate
Method · 0.95
checkCreate
Method · 0.95
prCreate
Method · 0.95
Calls
2
getDriver
Method · 0.95
revParse
Method · 0.95
Tested by
no test coverage detected