MCPcopy Index your code
hub / github.com/Effect-TS/effect / assert

Method assert

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

Source from the content-addressed store, hash-verified

27export interface Console {
28 readonly [TypeId]: TypeId
29 assert(condition: boolean, ...args: ReadonlyArray<any>): Effect<void>
30 readonly clear: Effect<void>
31 count(label?: string): Effect<void>
32 countReset(label?: string): Effect<void>

Callers 15

optimize.test.tsFile · 0.65
Primitive.test.tsFile · 0.65
simplePrimitiveTestSuiteFunction · 0.65
TPubSub.test.tsFile · 0.65
Chunk.test.tsFile · 0.65
BigDecimal.test.tsFile · 0.65
TRandom.test.tsFile · 0.65
Cause.test.tsFile · 0.65
TMap.test.tsFile · 0.65
STM.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 5

simplePrimitiveTestSuiteFunction · 0.52
expectPropertyFunction · 0.52
assertExtendFunction · 0.52
propertyTypeFunction · 0.52
expectPropertyFunction · 0.52