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

Method branch

src/drivers/github.js:807–809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

805 }
806
807 get branch() {
808 return branchName(GITHUB_HEAD_REF || GITHUB_REF);
809 }
810
811 get userEmail() {
812 return 'action@github.com';

Callers

nothing calls this directly

Calls 1

branchNameFunction · 0.85

Tested by

no test coverage detected