Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RealApiIntegrationTests
Class · 0.95
AuthenticatorTest
Class · 0.95
ScanS3Bucket.php
File · 0.80
vaas_test.rb
File · 0.80
Environment
Class · 0.80
main
Method · 0.80
Calls
2
findEnvDirectory
Method · 0.95
get
Method · 0.80
Tested by
no test coverage detected