MCPcopy Create free account
hub / github.com/darkreader/darkreader / resolveGet

Function resolveGet

tests/unit/utils/state-manager.tests.ts:332–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330 let getCount = 0;
331 let getCallback: () => void;
332 const resolveGet = () => getCallback();
333 const get = (storageKey: string, callback: (data: any) => void) => {
334 expect(storageKey).toEqual(key);
335 getCount++;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…