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

Method get

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

Retrieves the value of the environment variable specified by key @param key the environment variable @return the value of the environment variable

(String key)

Source from the content-addressed store, hash-verified

57 * @return the value of the environment variable
58 */
59 String get(String key);
60
61 /**
62 * Retrieves the value of the environment variable specified by key.

Callers 15

mainMethod · 0.95
loadMethod · 0.65
iteratorOverDotenvMethod · 0.65
dotenvIgnoreMalformedMethod · 0.65
dotenvFilenameMethod · 0.65
resourceRelativeMethod · 0.65
resourceCurrentMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

loadMethod · 0.52
iteratorOverDotenvMethod · 0.52
dotenvIgnoreMalformedMethod · 0.52
dotenvFilenameMethod · 0.52
resourceRelativeMethod · 0.52
resourceCurrentMethod · 0.52
systemPropertiesMethod · 0.52