MCPcopy
hub / github.com/graphql/graphql-js / RepositoryCommitInfo

Interface RepositoryCommitInfo

resources/gen-changelog.ts:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277interface RepositoryCommitInfo {
278 repository: {
279 [commit: string]: CommitInfo;
280 };
281}
282
283interface CommitInfo {
284 oid: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected