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

Method isGroupSelected

out/cli.cjs:516–518  ·  view source on GitHub ↗
(u3)

Source from the content-addressed store, hash-verified

514 return this.options.filter((F5) => F5.group === u3);
515 }
516 isGroupSelected(u3) {
517 return this.getGroupItems(u3).every((F5) => this.value.includes(F5.value));
518 }
519 toggleValue() {
520 const u3 = this.options[this.cursor];
521 if (u3.group === true) {

Callers 2

toggleValueMethod · 0.80
renderFunction · 0.80

Calls 2

getGroupItemsMethod · 0.80
includesMethod · 0.80

Tested by

no test coverage detected