MCPcopy Index your code
hub / github.com/socketio/socket.io / getCompleted

Method getCompleted

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

Source from the content-addressed store, hash-verified

59 }
60
61 getCompleted() {
62 return this.getWithCompleted(true);
63 }
64
65 toggleCompletion(todo: Todo) {
66 todo.completed = !todo.completed;

Callers 1

allCompletedMethod · 0.95

Calls 1

getWithCompletedMethod · 0.95

Tested by

no test coverage detected