- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for resetGlobalConfigPath (0.07 sec)
-
cmd/test-utils_test.go
// create an instance of TestServer. testServer := UnstartedTestServer(t, instanceType) testServer.Server.Start() return testServer } // Sets the global config path to empty string. func resetGlobalConfigPath() { globalConfigDir = &ConfigDir{path: ""} } // sets globalObjectAPI to `nil`. func resetGlobalObjectAPI() { globalObjLayerMutex.Lock() globalObjectAPI = nil globalObjLayerMutex.Unlock() }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0)