Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ DomID
Method
DomID
pkg/blob/ref.go:158–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
func
(r Ref) DomID() string {
159
if
!r.Valid() {
160
return
""
161
}
162
return
"camli-"
+ r.String()
163
}
164
165
func
(r Ref) Sum32() uint32 {
166
var
v uint32
Callers
2
subjectFile
Method · 0.45
subjectMembers
Method · 0.45
Calls
2
Valid
Method · 0.95
String
Method · 0.95
Tested by
no test coverage detected