(ref, execaOptions)
| 335 | * @param {Object} [execaOpts] Options to pass to `execa`. |
| 336 | */ |
| 337 | export async function gitGetNote(ref, execaOptions) { |
| 338 | return (await execa("git", ["notes", "--ref", `${GIT_NOTE_REF}-${ref}`, "show", ref], execaOptions)).stdout; |
| 339 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…