MCPcopy Create free account
hub / github.com/careercup/ctci / getBalance

Method getBalance

java/Chapter 16/IntroductionLocks/LockedATM.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public int getBalance() {
41 return balance;
42 }
43}

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected