Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ hours
Function
hours
packages/effect/src/Duration.ts:280–280 ·
view source on GitHub ↗
(hours: number)
Source
from the content-addressed store, hash-verified
278
* @category constructors
279
*/
280
export
const
hours = (hours: number): Duration => make(hours * 3_600_000)
281
282
/**
283
* @since 2.0.0
Callers
1
decode
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…