MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / addCoreMatchers

Function addCoreMatchers

ui/plugins/ui/jasmine/jasmine.js:3546–3551  ·  view source on GitHub ↗
(prototype, matchers, wrapper)

Source from the content-addressed store, hash-verified

3544 }
3545
3546 function addCoreMatchers(prototype, matchers, wrapper) {
3547 for (const matcherName in matchers) {
3548 const matcher = matchers[matcherName]
3549 prototype[matcherName] = wrapper(matcherName, matcher)
3550 }
3551 }
3552
3553 function addFilter(source, filter) {
3554 const result = Object.create(source)

Callers 1

jasmine.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected