MCPcopy
hub / github.com/seaweedfs/seaweedfs / LoadSecurityConfiguration

Function LoadSecurityConfiguration

weed/util/config.go:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func LoadSecurityConfiguration() {
36 loadSecurityConfigOnce.Do(func() {
37 LoadConfiguration("security", false)
38 })
39}
40
41func LoadConfiguration(configFileName string, required bool) (loaded bool) {
42

Callers 15

mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
runFilerFunction · 0.92
runFilerMetaBackupFunction · 0.92
runWebDavFunction · 0.92
runBackupFunction · 0.92
runServerFunction · 0.92
runBenchmarkFunction · 0.92
RunMountFunction · 0.92
runCopyFunction · 0.92
runFilerRemoteGatewayFunction · 0.92

Calls 2

LoadConfigurationFunction · 0.70
DoMethod · 0.65

Tested by

no test coverage detected