MCPcopy Create free account
hub / github.com/cloudflare/computer / log

Method log

packages/computer/src/git/reads.ts:38–38  ·  view source on GitHub ↗
(args: { fs: object; dir: string; ref?: string; depth?: number; cache?: object })

Source from the content-addressed store, hash-verified

36/** isomorphic-git's subset used here. */
37export interface IsomorphicGitReadsClient {
38 log(args: { fs: object; dir: string; ref?: string; depth?: number; cache?: object }): Promise<
39 Array<{
40 oid: string;
41 commit: {

Callers 1

logWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected