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

Method add

examples/angular-todomvc/src/app/store.ts:75–78  ·  view source on GitHub ↗
(title: String)

Source from the content-addressed store, hash-verified

73 }
74
75 add(title: String) {
76 this.todos.push(new Todo(title));
77 this.updateStore();
78 }
79}
80
81export class RemoteTodoStore extends TodoStore {

Callers 2

addTodoMethod · 0.45
findAllSessionsMethod · 0.45

Calls 1

updateStoreMethod · 0.95

Tested by

no test coverage detected