Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, it, expect } from
'vitest'
;
2
import
{ deflateSync } from
'node:zlib'
;
3
import
{ createHash } from
'node:crypto'
;
4
import
{ GitCloneService } from
'./git-clone-service'
;
Callers
nothing calls this directly
Calls
9
pushToRepo
Function · 0.85
parseInfoRefsResponse
Function · 0.85
verifyPktLineLengths
Function · 0.85
handleUploadPack
Method · 0.80
buildValidPackfile
Function · 0.70
handleInfoRefs
Method · 0.45
readFile
Method · 0.45
writeFile
Method · 0.45
decode
Method · 0.45
Tested by
no test coverage detected