MCPcopy
hub / github.com/darkreader/darkreader / all

Method all

tests/unit/utils/state-manager.tests.ts:34–36  ·  view source on GitHub ↗
(state: 'pending' | 'resolved' | 'rejected')

Source from the content-addressed store, hash-verified

32 }
33
34 all(state: 'pending' | 'resolved' | 'rejected') {
35 this.promises.forEach((s) => expect(s).toEqual(state));
36 }
37}
38
39describe('State manager utility', () => {

Callers 15

getBgImageModifierFunction · 0.80
replaceBlobsFunction · 0.80
getReadNewsMethod · 0.80
getDisplayedNewsMethod · 0.80
markAsReadMethod · 0.80
markAsDisplayedMethod · 0.80
startMethod · 0.80
collectDataMethod · 0.80
collectDevToolsDataMethod · 0.80
loadDataMethod · 0.80
changeSettingsMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected