MCPcopy Index your code
hub / github.com/CodisLabs/codis / realpath

Method realpath

pkg/models/fs/fsclient.go:48–50  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

46}
47
48func (c *Client) realpath(path string) string {
49 return filepath.Join(c.DataDir, filepath.Clean(path))
50}
51
52func mkdirAll(dir string) error {
53 if err := os.MkdirAll(dir, 0755); err != nil {

Callers 5

CreateMethod · 0.95
UpdateMethod · 0.95
DeleteMethod · 0.95
ReadMethod · 0.95
ListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected