MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / log

Function log

libCacheSim-node/test.js:18–20  ·  view source on GitHub ↗
(color, message)

Source from the content-addressed store, hash-verified

16};
17
18function log(color, message) {
19 console.log(`${colors[color]}${message}${colors.reset}`);
20}
21
22function assert(condition, message) {
23 if (condition) {

Callers 15

assertFunction · 0.85
testFunction · 0.85
runTestsFunction · 0.85
BeladySize_to_evictFunction · 0.85
getClassIdBySizeMethod · 0.85
prepare_one_rowFunction · 0.85
minimalIncrementCBF_initFunction · 0.85
bloom_initFunction · 0.85
SizeDistributionClass · 0.85
add_reqMethod · 0.85
ReuseDistributionClass · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68