MCPcopy Create free account
hub / github.com/facebook/Rapid / getEntityIssues

Method getEntityIssues

modules/core/ValidationSystem.js:445–447  ·  view source on GitHub ↗

* getEntityIssues * This just calls `getSharedEntityIssues` for the given entityID * * @param {string} entityID - The entityID to get issues for * @param {Object} options - See `getIssues` * @return {Array} An Array containing the issues

(entityID, options)

Source from the content-addressed store, hash-verified

443 * @return {Array} An Array containing the issues
444 */
445 getEntityIssues(entityID, options) {
446 return this.getSharedEntityIssues([entityID], options);
447 }
448
449
450 /**

Callers 1

Calls 1

getSharedEntityIssuesMethod · 0.95

Tested by

no test coverage detected