MCPcopy Create free account
hub / github.com/git-bug/git-bug / Id

Method Id

cache/cached.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (e *CachedEntityBase[SnapT, OpT]) Id() entity.Id {
25 return e.entity.Id()
26}
27
28func (e *CachedEntityBase[SnapT, OpT]) Snapshot() SnapT {
29 e.mu.RLock()

Callers

nothing calls this directly

Calls 1

IdMethod · 0.65

Tested by

no test coverage detected