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

Method failed

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

Source from the content-addressed store, hash-verified

172
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

Callers 1

doneStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected