* Retrieve an entry from the cache. * * @public * @method getEntry * @param {String} path the real path whose PackageInfo or NodeModulesList is desired. * @return {PackageInfo} or {NodeModulesList} the desired entry.
(path)
| 315 | * @return {PackageInfo} or {NodeModulesList} the desired entry. |
| 316 | */ |
| 317 | getEntry(path) { |
| 318 | return this.entries[path]; |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * Indicate if an entry for a given path exists in the cache. |
no outgoing calls
no test coverage detected