MCPcopy
hub / github.com/coder/mux / eventStore.test.ts

File eventStore.test.ts

src/node/utils/eventStore.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from "@jest/globals";
2import * as fs from "fs/promises";
3import * as path from "path";
4import { EventStore } from "./eventStore";

Callers

nothing calls this directly

Calls 11

setStateMethod · 0.80
getStateMethod · 0.80
hasStateMethod · 0.80
deleteStateMethod · 0.80
getActiveWorkspaceIdsMethod · 0.80
persistMethod · 0.80
readPersistedMethod · 0.80
deletePersistedMethod · 0.80
replayMethod · 0.80
readFileMethod · 0.65
parseMethod · 0.45

Tested by

no test coverage detected