MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / getRuntimeMergeBase

Function getRuntimeMergeBase

projects/electron/src/modules/code/git.ts:2298–2300  ·  view source on GitHub ↗
(params: GetMergeBaseParams)

Source from the content-addressed store, hash-verified

2296}
2297
2298export async function getRuntimeMergeBase(params: GetMergeBaseParams): Promise<GetMergeBaseResponse> {
2299 return handleGetMergeBase(params)
2300}
2301
2302export async function getRuntimeGitSummary(params: GitStatusParams): Promise<GitSummaryResponse> {
2303 return handleGetGitSummary(params)

Callers 1

createTaskEnvironmentFunction · 0.90

Calls 1

handleGetMergeBaseFunction · 0.85

Tested by

no test coverage detected