MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / includes

Method includes

out/cli.cjs:30230–30237  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

30228 });
30229 }
30230 includes(value, options) {
30231 return this._addCheck({
30232 kind: "includes",
30233 value,
30234 position: options === null || options === void 0 ? void 0 : options.position,
30235 ...errorUtil_1.errorUtil.errToObj(options === null || options === void 0 ? void 0 : options.message)
30236 });
30237 }
30238 startsWith(value, message) {
30239 return this._addCheck({
30240 kind: "startsWith",

Callers 15

isGroupSelectedMethod · 0.80
toggleValueMethod · 0.80
constructorMethod · 0.80
renderFunction · 0.80
validateLabelFunction · 0.80
omit2Function · 0.80
connectMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected