MCPcopy Create free account
hub / github.com/Azure/peerd / waitForSet

Function waitForSet

pkg/cache/filecache.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func waitForSet() {
147 time.Sleep(10 * time.Millisecond)
148}
149
150// NewCache creates a new cache of files.
151// cacheBlockSize is the fixed size of the cache block in bytes, and is used to evaluate the cost of each item in the cache.

Callers 1

GetOrCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected