MCPcopy Index your code
hub / github.com/MALSync/MALSync / printLogBlock

Function printLogBlock

test/headless/test.js:97–103  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

95}
96
97function printLogBlock(block) {
98 if (mode.blockLog && logBlocks[block]) {
99 logBlocks[block].forEach(el => {
100 console.log(el);
101 });
102 }
103}
104
105async function cdn(page, type) {
106 return new Promise(async (resolve, reject) => {

Callers 2

testPageCaseFunction · 0.85
loopElFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected