MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / resolveSave

Function resolveSave

tests/unit/bases/basesRefreshLifecycle.test.ts:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 it("waits for async config saves and ignores stale or disconnected views", async () => {
60 const view = {};
61 let resolveSave: () => void = () => undefined;
62 const controller = {
63 view,
64 onConfigChanged: jest.fn(

Calls

no outgoing calls

Tested by

no test coverage detected