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

Method dirty

out/cli.cjs:29400–29403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29398 this.value = "valid";
29399 }
29400 dirty() {
29401 if (this.value === "valid")
29402 this.value = "dirty";
29403 }
29404 abort() {
29405 if (this.value !== "aborted")
29406 this.value = "aborted";

Callers 15

mergeArrayMethod · 0.80
mergeObjectSyncMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
handleParsedMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected