(id)
| 919 | } |
| 920 | |
| 921 | function fetchEntity (id) { |
| 922 | return bot.entities[id] || (bot.entities[id] = new Entity(id)) |
| 923 | } |
| 924 | } |
| 925 | |
| 926 | function parseMetadata (metadata, entityMetadata = {}) { |
no outgoing calls
no test coverage detected
searching dependent graphs…