MCPcopy 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.tsFile · 0.80
readHeadFunction · 0.80
showWithFunction · 0.80
walkParentFunction · 0.80

Calls

no outgoing calls

Tested by 1

readHeadFunction · 0.64