MCPcopy Create free account
hub / github.com/effect-app/libs / get

Function get

packages/effect-app/src/Pure.ts:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122export function get<S>(): Pure<never, S, S, never, never, S> {
123 return (castTag<never, S, S>()).useSync((_) => _.env.state)
124}
125
126export function set<S>(s: S): Pure<never, S, S, never, never, void> {
127 return (castTag<never, S, S>()).useSync((_) => {

Callers

nothing calls this directly

Calls 2

castTagFunction · 0.85
useSyncMethod · 0.65

Tested by

no test coverage detected