MCPcopy
hub / github.com/Doorman11991/smallcode / passed

Method passed

src/session/contract.js:175–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 pending() { return this.assertions.filter((a) => a.state === STATES.PENDING); }
174 failed() { return this.assertions.filter((a) => a.state === STATES.FAILED); }
175 passed() { return this.assertions.filter((a) => a.state === STATES.PASSED); }
176 skipped() { return this.assertions.filter((a) => a.state === STATES.SKIPPED); }
177
178 // The done-guard lives here. A contract is "complete" only when every

Callers 1

doneStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected