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

Method removeIgnore

packages/cluster/src/internal/resourceMap.ts:81–88  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

79 }
80
81 removeIgnore(key: K): Effect.Effect<void> {
82 return Effect.catchAllCause(this.remove(key), (cause) =>
83 Effect.annotateLogs(Effect.logDebug(cause), {
84 module: "ResourceMap",
85 method: "removeIgnore",
86 key
87 }))
88 }
89}

Callers 2

EntityReaperClass · 0.80
entityManager.tsFile · 0.80

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected