MCPcopy
hub / github.com/pocketbase/pocketbase / BaseFilesPath

Method BaseFilesPath

core/base.go:52–52  ·  view source on GitHub ↗

BaseFilesPath returns the storage dir path used by the interface instance.

()

Source from the content-addressed store, hash-verified

50type FilesManager interface {
51 // BaseFilesPath returns the storage dir path used by the interface instance.
52 BaseFilesPath() string
53}
54
55// DBConnectFunc defines a database connection initialization function.

Callers 8

checkRecordFilesFunction · 0.65
registerBaseHooksMethod · 0.65
deleteEmptyRecordDirMethod · 0.65
processFilesToUploadMethod · 0.65
TestRecordBaseFilesPathFunction · 0.65
BaseFilesPathMethod · 0.65
downloadMethod · 0.65

Calls

no outgoing calls

Tested by 2

checkRecordFilesFunction · 0.52
TestRecordBaseFilesPathFunction · 0.52