Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dnote/dnote
/ Reload
Function
Reload
pkg/dirs/dirs.go:45–47 ·
view source on GitHub ↗
Reload reloads the directory definitions
()
Source
from the content-addressed store, hash-verified
43
44
// Reload reloads the directory definitions
45
func
Reload() {
46
initDirs()
47
}
48
49
func
getHomeDir() string {
50
usr, err := user.Current()
Callers
3
TestInit_APIEndpoint
Function · 0.92
init
Function · 0.85
testCustomDirs
Function · 0.85
Calls
1
initDirs
Function · 0.70
Tested by
2
TestInit_APIEndpoint
Function · 0.74
testCustomDirs
Function · 0.68