Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ pathEqual
Function
pathEqual
docs/tests/v2/es6/js/sanddance.js:102772–102774 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
102770
}
102771
102772
function
pathEqual(a, b) {
102773
return
sceneEqual((0, _parse.default)(a), (0, _parse.default)(b));
102774
}
102775
102776
function
objectEqual(a, b) {
102777
var
ka = Object.keys(a),
Callers
1
sceneEqual
Function · 0.70
Calls
1
sceneEqual
Function · 0.70
Tested by
no test coverage detected