MCPcopy Index your code
hub / github.com/Kong/insomnia / gitCallbacks

Function gitCallbacks

packages/insomnia/src/sync/git/utils.ts:118–125  ·  view source on GitHub ↗
(credentialsId?: string | null)

Source from the content-addressed store, hash-verified

116};
117
118export const gitCallbacks = (credentialsId?: string | null) => {
119 return {
120 onMessage,
121 onAuthFailure: onAuthFailure(credentialsId),
122 onAuthSuccess,
123 onAuth: onAuth(credentialsId),
124 };
125};

Callers 9

GitVCSClass · 0.90
initMethod · 0.90
initFromCloneMethod · 0.90
canPushMethod · 0.90
pushMethod · 0.90
fetchMethod · 0.90
fetchRemoteBranchesFunction · 0.90
shallowCloneFunction · 0.90

Calls 2

onAuthFailureFunction · 0.85
onAuthFunction · 0.85

Tested by

no test coverage detected