Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ isAsymmetric
Function
isAsymmetric
packages/expect-utils/src/jasmineUtils.ts:40–42 ·
view source on GitHub ↗
(obj: any)
Source
from the content-addressed store, hash-verified
38
};
39
40
function
isAsymmetric(obj: any) {
41
return
!!obj && isA(
'Function'
, obj.asymmetricMatch);
42
}
43
44
function
asymmetricMatch(a: any, b: any) {
45
const
asymmetricA = isAsymmetric(a);
Callers
2
asymmetricMatch
Function · 0.85
eq
Function · 0.85
Calls
1
isA
Function · 0.85
Tested by
no test coverage detected