MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / getEntry

Method getEntry

src/cache/CacheManager.ts:225–227  ·  view source on GitHub ↗

* Get a specific cache entry by name.

(name: string)

Source from the content-addressed store, hash-verified

223 * Get a specific cache entry by name.
224 */
225 getEntry(name: string): CacheEntry | undefined {
226 return this.entries.get(name);
227 }
228
229 /**
230 * Topological sort respecting both priority and dependencies.

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected