Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sourcebot-dev/sourcebot
/ git.ts
File
git.ts
packages/backend/src/git.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ env, createLogger } from
"@sourcebot/shared"
;
2
import
{ existsSync } from
'node:fs'
;
3
import
{ mkdir } from
'node:fs/promises'
;
4
import
{ dirname, resolve } from
'node:path'
;
Callers
nothing calls this directly
Calls
1
createLogger
Function · 0.90
Tested by
no test coverage detected