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

Method TestLockKeyParallel

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

Source from the content-addressed store, hash-verified

59}
60
61func (s *LockStoreSuite) TestLockKeyParallel(c *C) {
62 s.testLockKeyParallel(c, false)
63}
64
65func (s *LockStoreSuite) TestTryLockKeyParallel(c *C) {
66 s.testLockKeyParallel(c, true)

Callers

nothing calls this directly

Calls 1

testLockKeyParallelMethod · 0.95

Tested by

no test coverage detected