MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / load

Method load

java/src/test/java/de/gdata/test/TestDotenv.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 public static Dotenv load() {
17 return load(Paths.get("").toAbsolutePath());
18 }
19
20 public static Dotenv load(Path startDirectory) {
21 var envDirectory = findEnvDirectory(startDirectory);

Callers 6

AuthenticatorTestClass · 0.95
ScanS3Bucket.phpFile · 0.80
vaas_test.rbFile · 0.80
EnvironmentClass · 0.80
mainMethod · 0.80

Calls 2

findEnvDirectoryMethod · 0.95
getMethod · 0.80

Tested by

no test coverage detected