MCPcopy Create free account
hub / github.com/EsperoTech/yaade / getEvents

Method getEvents

server/src/main/java/com/postman/collection/Item.java:200–203  ·  view source on GitHub ↗

Return the ArrayList<Event> containing the objects comprising the event array @return ArrayList<Event>

()

Source from the content-addressed store, hash-verified

198 * @return ArrayList<Event>
199 */
200 public ArrayList<Event> getEvents() {
201
202 return event;
203 }
204
205
206 /**

Callers 2

addCollectionMethod · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected