MCPcopy
hub / github.com/docker/compose / fsync

Method fsync

pkg/watch/notify_test.go:582–584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

580}
581
582func (f *notifyFixture) fsync() {
583 f.fsyncWithRetryCount(3)
584}
585
586func (f *notifyFixture) fsyncWithRetryCount(retryCount int) {
587 if len(f.paths) == 0 {

Callers 15

rebuildWatcherMethod · 0.95
assertEventsMethod · 0.95
TestDontWatchEachFileFunction · 0.80
TestEventOrderingFunction · 0.80
TestGitBranchSwitchFunction · 0.80
TestWatchesAreRecursiveFunction · 0.80
TestWatchNonExistentPathFunction · 0.80
TestRemoveFunction · 0.80
TestSingleFileFunction · 0.80

Calls 1

fsyncWithRetryCountMethod · 0.95

Tested by

no test coverage detected