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

Method TestDelete

container/bitvector/bitvector_test.go:70–75  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

68}
69
70func (s *BitVectorSuite) TestDelete(c *C) {
71 for i := 0; i < 4; i++ {
72 s.vector.Delete(8)
73 }
74 c.Assert(s.vector.Bytes(), DeepEquals, []byte{0xF0})
75}
76
77func (s *BitVectorSuite) TestDeleteFirstIndex(c *C) {
78 for i := 0; i < 4; i++ {

Callers

nothing calls this directly

Calls 2

DeleteMethod · 0.65
BytesMethod · 0.65

Tested by

no test coverage detected