MCPcopy
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

commentCreateMethod · 0.95
checkCreateMethod · 0.95
prCreateMethod · 0.95

Calls 2

getDriverMethod · 0.95
revParseMethod · 0.95

Tested by

no test coverage detected