Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
function
log(color, message) {
19
console.log(`${colors[color]}${message}${colors.reset}`);
20
}
21
22
function
assert(condition, message) {
23
if
(condition) {
Callers
15
assert
Function · 0.85
test
Function · 0.85
runTests
Function · 0.85
BeladySize_to_evict
Function · 0.85
getClassIdBySize
Method · 0.85
getClassIdBySizeAndAge
Method · 0.85
prepare_one_row
Function · 0.85
minimalIncrementCBF_init
Function · 0.85
bloom_init
Function · 0.85
SizeDistribution
Class · 0.85
add_req
Method · 0.85
ReuseDistribution
Class · 0.85
Calls
no outgoing calls
Tested by
1
test
Function · 0.68