MCPcopy Index your code
hub / github.com/meteor/meteor / _resolveCacheLookup

Method _resolveCacheLookup

tools/isobuild/compiler-plugin.js:352–355  ·  view source on GitHub ↗
(id, parentPath)

Source from the content-addressed store, hash-verified

350 }
351
352 _resolveCacheLookup(id, parentPath) {
353 const byId = this._resolveCache[id];
354 return byId && byId[parentPath];
355 }
356
357 _resolveCacheStore(id, parentPath, resolved) {
358 let byId = this._resolveCache[id];

Callers 1

resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected