MCPcopy
hub / github.com/perkeep/perkeep / noteNeededMemory

Method noteNeededMemory

pkg/index/index.go:1780–1783  ·  view source on GitHub ↗
(have, missing blob.Ref)

Source from the content-addressed store, hash-verified

1778}
1779
1780func (x *Index) noteNeededMemory(have, missing blob.Ref) {
1781 x.needs[have] = append(x.needs[have], missing)
1782 x.neededBy[missing] = append(x.neededBy[missing], have)
1783}
1784
1785const camliTypeMIMEPrefix = "application/json; camliType="
1786

Callers 2

initNeededMapsMethod · 0.95
noteNeededMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected