Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ status
Function
status
packages/computer/src/git/cli.test.ts:208–211 ·
view source on GitHub ↗
(options = {})
Source
from the content-addressed store, hash-verified
206
calls.init.push(options);
207
},
208
async
status(options = {}) {
209
calls.status.push(options);
210
return
fakes.status?.() ?? [];
211
},
212
async
add(options) {
213
calls.add.push(options);
214
},
Callers
nothing calls this directly
Calls
2
push
Method · 0.65
status
Method · 0.65
Tested by
no test coverage detected