MCPcopy
hub / github.com/tirth8205/code-review-graph / notify

Method notify

tests/fixtures/SpringDI.java:34–36  ·  view source on GitHub ↗
(Long orderId)

Source from the content-addressed store, hash-verified

32 private OrderRepository orderRepository;
33
34 public void notify(Long orderId) {
35 Order o = orderRepository.findById(orderId);
36 }
37}
38
39// @Service with Lombok @RequiredArgsConstructor (constructor injection via final fields)

Callers 1

placeOrderMethod · 0.80

Calls 1

findByIdMethod · 0.65

Tested by

no test coverage detected