Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ init
Function
init
packages/arctic/src/project/vcs.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
)
68
69
export
async
function
init() {
70
return
state()
71
}
72
73
export
async
function
branch() {
74
return
await
state().then((s) => s.branch())
Callers
1
create
Function · 0.70
Calls
1
state
Function · 0.85
Tested by
no test coverage detected