MCPcopy Create free account
hub / github.com/Effect-TS/effect / make

Function make

packages/platform/src/Headers.ts:54–55  ·  view source on GitHub ↗
(input: Record.ReadonlyRecord<string, string>)

Source from the content-addressed store, hash-verified

52})
53
54const make = (input: Record.ReadonlyRecord<string, string>): Mutable<Headers> =>
55 Object.assign(Object.create(Proto), input) as Headers
56
57/**
58 * @since 1.0.0

Callers 1

Headers.tsFile · 0.70

Calls 1

createMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…