Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redundancy/gosync-cmd
/ functions
Functions
18 in github.com/Redundancy/gosync-cmd
⨍
Functions
18
◇
Types & classes
0
↓ 4 callers
Function
handleFileError
(filename string, err error)
src/gosync/common.go:85
↓ 2 callers
Function
openFileAndHandleError
(filename string)
src/gosync/common.go:44
↓ 2 callers
Function
readHeadersAndCheck
reads the file headers and checks the magic string, then the semantic versioning
src/gosync/common.go:164
↓ 2 callers
Function
readIndex
(r io.Reader, blocksize uint)
src/gosync/common.go:211
↓ 1 callers
Function
errorWrapper
(c *cli.Context, f func(*cli.Context) error)
src/gosync/common.go:28
↓ 1 callers
Function
formatFileError
(filename string, err error)
src/gosync/common.go:56
↓ 1 callers
Function
multithreadedMatching
( localFile *os.File, idx *index.ChecksumIndex, localFileSize, matcherCount int64, blocksize uint, )
src/gosync/common.go:238
↓ 1 callers
Function
writeHeaders
( f *os.File, magic string, blocksize uint32, filesize int64, versions []uint16, )
src/gosync/common.go:138
Function
Build
(c *cli.Context)
src/gosync/build.go:32
Function
Diff
(c *cli.Context)
src/gosync/diff.go:32
Function
Patch
Patch a file
src/gosync/patch.go:40
Function
getLocalOrRemoteFile
(path string)
src/gosync/common.go:90
Function
init
()
src/gosync/patch.go:14
Function
init
()
src/gosync/diff.go:12
Function
init
()
src/gosync/build.go:13
Function
main
()
src/gosync/main.go:28
Function
toPatcherFoundSpan
(sl comparer.BlockSpanList, blockSize int64)
src/gosync/common.go:113
Function
toPatcherMissingSpan
(sl comparer.BlockSpanList, blockSize int64)
src/gosync/common.go:126