Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
{ Function, String } from
"effect"
4
5
const
f = (n: number): number => n + 1
6
const
g = (n: number) => n * 2
7
8
describe(
"Function"
, () => {
Callers
1
Function.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected