MCPcopy Create free account
hub / github.com/datner/react-effect / maybeResume

Method maybeResume

src/internal/fiberStore.ts:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104 }
105 private maybeResume() {
106 if (!this.fiberState && this.stream) {
107 this.run(this.stream)
108 }
109 }
110}

Callers 1

FiberStoreImplClass · 0.95

Calls 1

runMethod · 0.95

Tested by

no test coverage detected