MCPcopy Create free account
hub / github.com/socketio/socket.io / allCompleted

Method allCompleted

examples/angular-todomvc/src/app/store.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 allCompleted() {
44 return this.todos.length === this.getCompleted().length;
45 }
46
47 setAllTo(completed: boolean) {
48 this.todos.forEach((t: Todo) => t.completed = completed);

Callers

nothing calls this directly

Calls 1

getCompletedMethod · 0.95

Tested by

no test coverage detected