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

Method endsWith

out/cli.cjs:30245–30251  ·  view source on GitHub ↗
(value, message)

Source from the content-addressed store, hash-verified

30243 });
30244 }
30245 endsWith(value, message) {
30246 return this._addCheck({
30247 kind: "endsWith",
30248 value,
30249 ...errorUtil_1.errorUtil.errToObj(message)
30250 });
30251 }
30252 min(minLength, message) {
30253 return this._addCheck({
30254 kind: "min",

Callers 15

_vaultPathFunction · 0.80
isQuotedFunction · 0.80
validateLabelFunction · 0.80
isDomainOrSubdomainFunction · 0.80
isSubdomainFunction · 0.80
_parseMethod · 0.80
parseURLFunction · 0.80
isValidHeaderValueFunction · 0.80
validateCookieDomainFunction · 0.80
constructorMethod · 0.80
parseTemplateFunction · 0.80

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected