Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
(c *Client) realpath(path string) string {
49
return
filepath.Join(c.DataDir, filepath.Clean(path))
50
}
51
52
func
mkdirAll(dir string) error {
53
if
err := os.MkdirAll(dir, 0755); err != nil {
Callers
5
Create
Method · 0.95
Update
Method · 0.95
Delete
Method · 0.95
Read
Method · 0.95
List
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected