MCPcopy
hub / github.com/NginxProxyManager/nginx-proxy-manager / configGet

Function configGet

backend/lib/config.js:175–181  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

173 * @returns {*}
174 */
175const configGet = (key) => {
176 instance === null && configure();
177 if (key && typeof instance[key] !== "undefined") {
178 return instance[key];
179 }
180 return instance;
181};
182
183/**
184 * Is this a sqlite configuration?

Callers 1

generateDbConfigFunction · 0.90

Calls 1

configureFunction · 0.85

Tested by

no test coverage detected