MCPcopy Index your code
hub / github.com/phaserjs/phaser / HasValue

Function HasValue

src/utils/object/HasValue.js:19–22  ·  view source on GitHub ↗
(source, key)

Source from the content-addressed store, hash-verified

17 * @return {boolean} `true` if the provided `key` exists on the `source` object, otherwise `false`.
18 */
19var HasValue = function (source, key)
20{
21 return (source.hasOwnProperty(key));
22};
23
24module.exports = HasValue;

Callers 6

PickFunction · 0.85
SetCollisionByPropertyFunction · 0.85
MatterTileBody.jsFile · 0.85
ParticleEmitter.jsFile · 0.85
Group.jsFile · 0.85
HasValue.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…