MCPcopy Create free account
hub / github.com/TruthHun/BookStack / CopyFile

Method CopyFile

models/store/local.go:63–66  ·  view source on GitHub ↗
(sourceFile, targetFile string)

Source from the content-addressed store, hash-verified

61}
62
63func (this *Local) CopyFile(sourceFile, targetFile string) (err error) {
64
65 return
66}
67
68// 拷贝文件夹
69func (this *Local) CopyDir(sourceDir, targetDir string) (err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected