Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next-forge
/ cloneRepository
Function
cloneRepository
scripts/update.ts:41–43 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
39
};
40
41
const
cloneRepository = (name: string) => {
42
run(
"git"
, [
"clone"
, url, name]);
43
};
44
45
const
getFiles = (version: string) => {
46
run(
"git"
, [
"checkout"
, version]);
Callers
1
update
Function · 0.85
Calls
1
run
Function · 0.85
Tested by
no test coverage detected