We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Buffer
1 parent 6a91efa commit d8f911eCopy full SHA for d8f911e
src/types/git.ts
@@ -170,7 +170,6 @@ export interface Repository {
170
path: string,
171
): Promise<{ mode: string; object: string; size: number }>
172
detectObjectType(object: string): Promise<{ mimetype: string; encoding?: string }>
173
- buffer(ref: string, path: string): Promise<Buffer>
174
show(ref: string, path: string): Promise<string>
175
getCommit(ref: string): Promise<Commit>
176
0 commit comments