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

Function createBuilder

out/cli.cjs:65852–65859  ·  view source on GitHub ↗
(self2, _styler, _isEmpty)

Source from the content-addressed store, hash-verified

65850 return {
65851 open,
65852 close,
65853 openAll,
65854 closeAll,
65855 parent
65856 };
65857};
65858var createBuilder = (self2, _styler, _isEmpty) => {
65859 const builder = (...arguments_) => applyStyle(builder, arguments_.length === 1 ? "" + arguments_[0] : arguments_.join(" "));
65860 Object.setPrototypeOf(builder, proto);
65861 builder[GENERATOR] = self2;
65862 builder[STYLER] = _styler;

Callers 1

getFunction · 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…