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

Method message

out/cli.cjs:29178–29180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29176 return this.message;
29177 }
29178 get message() {
29179 return JSON.stringify(this.issues, util_1.util.jsonStringifyReplacer, 2);
29180 }
29181 get isEmpty() {
29182 return this.issues.length === 0;
29183 }

Calls

no outgoing calls

Tested by

no test coverage detected