MCPcopy
hub / github.com/dropbox/godropbox / TestTryLockKeyParallel

Method TestTryLockKeyParallel

lockstore/store_test.go:65–67  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

63}
64
65func (s *LockStoreSuite) TestTryLockKeyParallel(c *C) {
66 s.testLockKeyParallel(c, true)
67}
68
69func (s *LockStoreSuite) testLockKeyParallel(c *C, tryLock bool) {
70 key := "test-key-parallel"

Callers

nothing calls this directly

Calls 1

testLockKeyParallelMethod · 0.95

Tested by

no test coverage detected