Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetFilePathsConfig
Function
GetFilePathsConfig
internal/configs/config.filepaths.go:35–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
GetFilePathsConfig() FilePaths {
36
configDataLock.RLock()
37
defer
configDataLock.RUnlock()
38
39
if
!configData.validated {
40
configData.Validate()
41
}
42
return
configData.FilePaths
43
}
Callers
15
main
Function · 0.92
altsFilePath
Function · 0.92
saveAlts
Function · 0.92
isPathAllowed
Method · 0.92
onCLIRequest
Method · 0.92
onAutoComplete
Method · 0.92
loadUserById
Function · 0.92
InitUserIndex
Function · 0.92
IsUpToDate
Method · 0.92
Rebuild
Method · 0.92
LoadUser
Function · 0.92
SearchOfflineUsers
Function · 0.92
Calls
1
Validate
Method · 0.65
Tested by
no test coverage detected