MCPcopy 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
102772function pathEqual(a, b) {
102773 return sceneEqual((0, _parse.default)(a), (0, _parse.default)(b));
102774}
102775
102776function objectEqual(a, b) {
102777 var ka = Object.keys(a),

Callers 1

sceneEqualFunction · 0.70

Calls 1

sceneEqualFunction · 0.70

Tested by

no test coverage detected