Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ log
Function
log
packages/computer/src/git/cli.test.ts:222–225 ·
view source on GitHub ↗
(options = {})
Source
from the content-addressed store, hash-verified
220
return
{ oid:
"a"
.repeat(40) };
221
},
222
async
log(options = {}) {
223
calls.log.push(options);
224
return
fakes.log?.() ?? [];
225
},
226
async
show(options) {
227
calls.show.push(options);
228
return
(
Callers
nothing calls this directly
Calls
2
push
Method · 0.65
log
Method · 0.65
Tested by
no test coverage detected