MCPcopy
hub / github.com/di-sukharev/opencommit / settle2

Function settle2

out/cli.cjs:75015–75017  ·  view source on GitHub ↗
(f4, v5)

Source from the content-addressed store, hash-verified

75013 r3.value instanceof __await ? Promise.resolve(r3.value.v).then(fulfill, reject) : settle2(q6[0][2], r3);
75014 }
75015 function fulfill(value) {
75016 resume2("next", value);
75017 }
75018 function reject(value) {
75019 resume2("throw", value);
75020 }

Callers 3

resume2Function · 0.85
stepFunction · 0.85
verbFunction · 0.85

Calls 4

f4Function · 0.85
resume2Function · 0.85
thenMethod · 0.80
shiftMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…