Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
277
interface
RepositoryCommitInfo {
278
repository: {
279
[commit: string]: CommitInfo;
280
};
281
}
282
283
interface
CommitInfo {
284
oid: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected