MCPcopy Create free account
hub / github.com/github/gh-aw / Sync

Method Sync

pkg/fileutil/fileutil.go:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135type syncWriteCloser interface {
136 io.Writer
137 Sync() error
138 Close() error
139}
140

Callers 1

copyFileContentsFunction · 0.65

Implementers 1

stubSyncWriteCloserpkg/fileutil/fileutil_test.go

Calls

no outgoing calls

Tested by

no test coverage detected