MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / extend2

Function extend2

out/cli.cjs:75311–75315  ·  view source on GitHub ↗
(namespace)

Source from the content-addressed store, hash-verified

75309function destroy() {
75310 const index = debuggers.indexOf(this);
75311 if (index >= 0) {
75312 debuggers.splice(index, 1);
75313 return true;
75314 }
75315 return false;
75316}
75317function extend2(namespace) {
75318 const newDebugger = createDebugger(`${this.namespace}:${namespace}`);

Callers

nothing calls this directly

Calls 1

createDebuggerFunction · 0.85

Tested by

no test coverage detected