Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ readCommit
Method
readCommit
packages/computer/src/git/reads.ts:50–50 ·
view source on GitHub ↗
(args: { fs: object; dir: string; oid: string; cache?: object })
Source
from the content-addressed store, hash-verified
48
}>
49
>;
50
readCommit(args: { fs: object; dir: string; oid: string; cache?: object }): Promise<{
51
oid: string;
52
commit: {
53
message: string;
Callers
4
plumbing.test.ts
File · 0.80
readHead
Function · 0.80
showWith
Function · 0.80
walkParent
Function · 0.80
Calls
no outgoing calls
Tested by
1
readHead
Function · 0.64