MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / git-clone-service.test.ts

File git-clone-service.test.ts

services/app-builder/src/git/git-clone-service.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { deflateSync } from 'node:zlib';
3import { createHash } from 'node:crypto';
4import { GitCloneService } from './git-clone-service';

Callers

nothing calls this directly

Calls 9

pushToRepoFunction · 0.85
parseInfoRefsResponseFunction · 0.85
verifyPktLineLengthsFunction · 0.85
handleUploadPackMethod · 0.80
buildValidPackfileFunction · 0.70
handleInfoRefsMethod · 0.45
readFileMethod · 0.45
writeFileMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected