objectCommitNodeIndex is an index that can load CommitNode objects only from the object store. objectCommitNodeIndex implements the CommitNodeIndex interface
| 40 | // |
| 41 | // objectCommitNodeIndex implements the CommitNodeIndex interface |
| 42 | type objectCommitNodeIndex struct { |
| 43 | s storer.EncodedObjectStorer |
| 44 | } |
| 45 | |
| 46 | func (c *objectCommitNode) CommitTime() time.Time { |
| 47 | return c.commit.Committer.When |
nothing calls this directly
no outgoing calls
no test coverage detected