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

Function getGitRemotes

out/cli.cjs:85743–85746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85741 } catch (throwable) {
85742 if (throwable instanceof Error) return [null, throwable];
85743 throw throwable;
85744 }
85745};
85746
85747// src/commands/commit.ts
85748var config6 = getConfig();
85749var getGitRemotes = async () => {

Callers 1

Calls 3

execaFunction · 0.85
filterMethod · 0.80
trimMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…