Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ cli
Function
cli
packages/computer/src/git/index.ts:697–699 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
695
});
696
},
697
async
cli(input) {
698
return
runGitCli(client, input, { defaultIdentity });
699
},
700
};
701
return
client;
702
};
Callers
nothing calls this directly
Calls
1
runGitCli
Function · 0.85
Tested by
no test coverage detected