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

Function count

repos/effect/packages/effect/src/Console.ts:176–181  ·  view source on GitHub ↗
(label?: string)

Source from the content-addressed store, hash-verified

174 * yield* Console.log("This appears after clearing")
175 * })
176 *
177 * Effect.runSync(Effect.provideService(program, Console.Console, testConsole))
178 * operations // => ["log:This will be cleared", "clear", "log:This appears after clearing"]
179 * ```
180 *
181 * @category accessors
182 * @since 2.0.0
183 */
184export const clear: Effect.Effect<void> = consoleWith((console) =>

Callers 1

Atom.test.tsFile · 0.50

Calls 3

consoleWithFunction · 0.85
syncMethod · 0.80
countMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…