Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
582
func
(f *notifyFixture) fsync() {
583
f.fsyncWithRetryCount(3)
584
}
585
586
func
(f *notifyFixture) fsyncWithRetryCount(retryCount int) {
587
if
len(f.paths) == 0 {
Callers
15
rebuildWatcher
Method · 0.95
assertEvents
Method · 0.95
TestDontWatchEachFile
Function · 0.80
TestDontRecurseWhenWatchingParentsOfNonExistentFiles
Function · 0.80
TestEventOrdering
Function · 0.80
TestGitBranchSwitch
Function · 0.80
TestWatchesAreRecursive
Function · 0.80
TestNewDirectoriesAreRecursivelyWatched
Function · 0.80
TestWatchNonExistentPath
Function · 0.80
TestWatchNonExistentPathDoesNotFireSiblingEvent
Function · 0.80
TestRemove
Function · 0.80
TestSingleFile
Function · 0.80
Calls
1
fsyncWithRetryCount
Method · 0.95
Tested by
no test coverage detected