MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / deleteTasks

Method deleteTasks

Programs/ToDoList.java:73–75  ·  view source on GitHub ↗
(ArrayList<String> tasks)

Source from the content-addressed store, hash-verified

71 }
72
73 static void deleteTasks(ArrayList<String> tasks) {
74 tasks.clear();
75 }
76}

Callers 1

chooseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected