MCPcopy
hub / github.com/rclone/rclone / TestBitsType

Function TestBitsType

fs/bits_test.go:92–95  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

90}
91
92func TestBitsType(t *testing.T) {
93 f := bits(0)
94 assert.Equal(t, "Bits", f.Type())
95}
96
97func TestBitsScan(t *testing.T) {
98 var v bits

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.65
EqualMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…