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

Function f

packages/effect/test/Function.test.ts:5–5  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

3import { Function, String } from "effect"
4
5const f = (n: number): number => n + 1
6const g = (n: number) => n * 2
7
8describe("Function", () => {

Callers 1

Function.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected