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

Function make

packages/effect/src/TestAnnotationMap.ts:50–52  ·  view source on GitHub ↗
(map: HashMap.HashMap<TestAnnotation.TestAnnotation<any>, any>)

Source from the content-addressed store, hash-verified

48 * @since 2.0.0
49 */
50export const make = (map: HashMap.HashMap<TestAnnotation.TestAnnotation<any>, any>): TestAnnotationMap => {
51 return new TestAnnotationMapImpl(map)
52}
53
54/**
55 * @since 2.0.0

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…