MCPcopy Index your code
hub / github.com/cdimascio/dotenv-java / load

Method load

src/main/java/io/github/cdimascio/dotenv/Dotenv.java:37–37  ·  view source on GitHub ↗

Creates and loads a Dotenv instance with default options @return a new Dotenv instance

()

Source from the content-addressed store, hash-verified

35 * @return a new {@link Dotenv} instance
36 */
37 static Dotenv load() {
38 return new DotenvBuilder().load();
39 }
40

Callers 15

loadMethod · 0.95
throwIfMalconfiguredMethod · 0.65
iteratorOverDotenvMethod · 0.65
failToAddToDotenvMethod · 0.65
dotenvMalformedMethod · 0.65
dotenvIgnoreMalformedMethod · 0.65

Implementers 1

DotenvImplsrc/main/java/io/github/cdimascio/dote

Calls

no outgoing calls

Tested by 15

loadMethod · 0.76
throwIfMalconfiguredMethod · 0.52
iteratorOverDotenvMethod · 0.52
failToAddToDotenvMethod · 0.52
dotenvMalformedMethod · 0.52
dotenvIgnoreMalformedMethod · 0.52