MCPcopy Create free account
hub / github.com/cloudflare/computer / refs.test.ts

File refs.test.ts

packages/computer/src/git/refs.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Behavioural tests for branch / tag / checkout against real
2// isomorphic-git and memfs. The wrappers are thin, so the
3// assertions focus on the observable state — which refs exist
4// after each call, where HEAD points, and what's on disk after

Callers

nothing calls this directly

Calls 15

branchWithFunction · 0.85
branchListWithFunction · 0.85
branchDeleteWithFunction · 0.85
tagWithFunction · 0.85
tagListWithFunction · 0.85
tagDeleteWithFunction · 0.85
checkoutWithFunction · 0.85
initFunction · 0.70
commitFunction · 0.70
resetMethod · 0.65
resolveRefMethod · 0.65
currentBranchMethod · 0.65

Tested by

no test coverage detected