MCPcopy
hub / github.com/semantic-release/semantic-release / gitGetNote

Function gitGetNote

test/helpers/git-utils.js:337–339  ·  view source on GitHub ↗
(ref, execaOptions)

Source from the content-addressed store, hash-verified

335 * @param {Object} [execaOpts] Options to pass to `execa`.
336 */
337export async function gitGetNote(ref, execaOptions) {
338 return (await execa("git", ["notes", "--ref", `${GIT_NOTE_REF}-${ref}`, "show", ref], execaOptions)).stdout;
339}

Callers 3

e2e.test.jsFile · 0.90
git.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…