MCPcopy Create free account
hub / github.com/annmuor/jnode / checkDetails

Method checkDetails

jnode-core/src/jnode/dto/Schedule.java:111–113  ·  view source on GitHub ↗
(int fromCalendar)

Source from the content-addressed store, hash-verified

109 }
110
111 private boolean checkDetails(int fromCalendar) {
112 return getDetails() != null && getDetails().equals(fromCalendar);
113 }
114
115 public Type getType() {
116 return type;

Callers 1

isNeedExecMethod · 0.95

Calls 2

getDetailsMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected