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

Function warn

repos/effect/packages/effect/src/Console.ts:554–559  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

552 * table: (data: ReadonlyArray<unknown>, properties?: ReadonlyArray<string>) => {
553 * calls.push({ rows: data.length, properties })
554 * }
555 * })
556 *
557 * const program = Effect.gen(function*() {
558 * const users = [
559 * { name: "John", age: 30, city: "New York" },
560 * { name: "Jane", age: 25, city: "London" },
561 * { name: "Bob", age: 35, city: "Paris" }
562 * ]

Callers

nothing calls this directly

Calls 3

consoleWithFunction · 0.85
syncMethod · 0.80
warnMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…