MCPcopy Create free account
hub / github.com/IceClusters/icmysql / AddDebugCache

Function AddDebugCache

src/db/debug/Debug.js:38–44  ·  view source on GitHub ↗
(table, hash, values)

Source from the content-addressed store, hash-verified

36}
37
38function AddDebugCache(table, hash, values) {
39 cache.push({
40 table: table,
41 hash: hash,
42 values: values
43 })
44}
45
46function DeleteCache(table, hash) {
47 cache.forEach((item, index) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected