MCPcopy 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
35func 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

mainFunction · 0.92
altsFilePathFunction · 0.92
saveAltsFunction · 0.92
isPathAllowedMethod · 0.92
onCLIRequestMethod · 0.92
onAutoCompleteMethod · 0.92
loadUserByIdFunction · 0.92
InitUserIndexFunction · 0.92
IsUpToDateMethod · 0.92
RebuildMethod · 0.92
LoadUserFunction · 0.92
SearchOfflineUsersFunction · 0.92

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected