MCPcopy
hub / github.com/syncthing/syncthing / TestWalkInfiniteRecursion

Function TestWalkInfiniteRecursion

lib/fs/basicfs_test.go:663–666  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

661}
662
663func TestWalkInfiniteRecursion(t *testing.T) {
664 _, dir := setup(t)
665 testWalkInfiniteRecursion(t, FilesystemTypeBasic, dir)
666}
667
668type testXattrFilter struct{}
669

Callers

nothing calls this directly

Calls 2

setupFunction · 0.85

Tested by

no test coverage detected