Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ getGroupItems
Method
getGroupItems
out/cli.cjs:513–515 ·
view source on GitHub ↗
(u3)
Source
from the content-addressed store, hash-verified
511
});
512
}
513
getGroupItems(u3) {
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
}
Callers
2
isGroupSelected
Method · 0.80
toggleValue
Method · 0.80
Calls
1
filter
Method · 0.80
Tested by
no test coverage detected