MCPcopy
hub / github.com/di-sukharev/opencommit / load

Function load

out/cli.cjs:15159–15169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15157 }
15158 }
15159 function load() {
15160 let r3;
15161 try {
15162 r3 = exports2.storage.getItem("debug");
15163 } catch (error) {
15164 }
15165 if (!r3 && typeof process !== "undefined" && "env" in process) {
15166 r3 = process.env.DEBUG;
15167 }
15168 return r3;
15169 }
15170 function localstorage() {
15171 try {
15172 return localStorage;

Callers 3

getCommitLintPWDConfigFunction · 0.85
getCommitLintPWDConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…