MCPcopy
hub / github.com/di-sukharev/opencommit / displayPushUrl

Function displayPushUrl

out/cli.cjs:85764–85769  ·  view source on GitHub ↗
(stderr2)

Source from the content-addressed store, hash-verified

85762 } catch {
85763 return false;
85764 }
85765};
85766var getCurrentBranch = async () => {
85767 const { stdout } = await execa("git", ["branch", "--show-current"]);
85768 return stdout.trim();
85769};
85770var displayPushUrl = (stderr2) => {
85771 const urlMatch = stderr2.match(/https?:\/\/\S+/);
85772 if (urlMatch) {

Callers 1

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…