Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
func
TestBitsType(t *testing.T) {
93
f := bits(0)
94
assert.Equal(t,
"Bits"
, f.Type())
95
}
96
97
func
TestBitsScan(t *testing.T) {
98
var
v bits
Callers
nothing calls this directly
Calls
2
Type
Method · 0.65
Equal
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…