MCPcopy Create free account
hub / github.com/LibraryOfCongress/api.congress.gov / getOutputFolder

Method getOutputFolder

java/src/gov/loc/Config.java:104–106  ·  view source on GitHub ↗

getOutputFolder Get the folder to store the saved output @return String

()

Source from the content-addressed store, hash-verified

102 * @return String
103 */
104 public static String getOutputFolder() {
105 return getProperty(OUTPUT_FOLDER);
106 }
107
108 // ************************************
109 // API

Callers 1

outputHttpResponseMethod · 0.95

Calls 1

getPropertyMethod · 0.95

Tested by

no test coverage detected