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

Method removeCompleted

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

Source from the content-addressed store, hash-verified

50 }
51
52 removeCompleted() {
53 this.todos = this.getRemaining();
54 this.updateStore();
55 }
56
57 getRemaining() {
58 return this.getWithCompleted(false);

Callers

nothing calls this directly

Calls 2

getRemainingMethod · 0.95
updateStoreMethod · 0.95

Tested by

no test coverage detected