Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isNeedExec
Method · 0.95
Calls
2
getDetails
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected