MCPcopy
hub / github.com/socketio/socket.io / toggleCompletion

Method toggleCompletion

examples/angular-todomvc/src/app/store.ts:65–68  ·  view source on GitHub ↗
(todo: Todo)

Source from the content-addressed store, hash-verified

63 }
64
65 toggleCompletion(todo: Todo) {
66 todo.completed = !todo.completed;
67 this.updateStore();
68 }
69
70 remove(todo: Todo) {
71 this.todos.splice(this.todos.indexOf(todo), 1);

Callers

nothing calls this directly

Calls 1

updateStoreMethod · 0.95

Tested by

no test coverage detected