MCPcopy
hub / github.com/audreyt/ethercalc / setRoomIndex

Method setRoomIndex

packages/migrate/test/apply.test.ts:36–39  ·  view source on GitHub ↗
(room: string, updatedAt: number)

Source from the content-addressed store, hash-verified

34 return Promise.resolve();
35 }
36 setRoomIndex(room: string, updatedAt: number): Promise<void> {
37 this.calls.push({ method: 'setRoomIndex', args: [room, updatedAt] });
38 return Promise.resolve();
39 }
40}
41
42async function* fromArray(rooms: readonly Room[]): AsyncIterable<Room> {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected