MCPcopy Create free account
hub / github.com/effect-app/libs / assert

Method assert

repos/effect/packages/effect/src/Console.ts:26–26  ·  view source on GitHub ↗
(condition: boolean, ...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

24 */
25export interface Console {
26 assert(condition: boolean, ...args: ReadonlyArray<any>): void
27 clear(): void
28 count(label?: string): void
29 countReset(label?: string): void

Callers 13

Chunk.test.tsFile · 0.80
HashMap.test.tsFile · 0.80
BigDecimal.test.tsFile · 0.80
Array.test.tsFile · 0.80
Stream.test.tsFile · 0.80
roundtripFunction · 0.80
assertInvariantFunction · 0.80
assertFunction · 0.80
verifyGenerationMethod · 0.80

Calls

no outgoing calls

Tested by 2

roundtripFunction · 0.64
assertInvariantFunction · 0.64