MCPcopy Create free account
hub / github.com/ReadyTalk/avian / b

Method b

test/Logging.java:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 private void b() {
78 log.info("Started b()");
79 c();
80 }
81
82 private void c() {
83 log.warning("Started c()");

Callers 1

aMethod · 0.95

Calls 2

cMethod · 0.95
infoMethod · 0.80

Tested by

no test coverage detected