MCPcopy Create free account
hub / github.com/ASDAlexander77/TypeScript2Cxx / IncreaseIntent

Method IncreaseIntent

src/codewriter.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public IncreaseIntent() {
28 this.intent += 4;
29 }
30
31 public DecreaseIntent() {
32 this.intent -= 4;

Callers 2

BeginBlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected