MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / MockAlwaysFalseContext

Class MockAlwaysFalseContext

src/tests/logging/sessionLogger_tests.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13class MockAlwaysFalseContext implements Context {
14 requirementsAreMet(requirements: { [key: string]: string | number | boolean }): boolean { return false; }
15}
16
17let requiredContext = Log.Context.Custom.AppInfoId;
18class MockOneRequirementContext implements Context {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected