MCPcopy Create free account
hub / github.com/evilsocket/cake / bucket

Method bucket

cake-core/src/backends/vulkan/mod.rs:86–88  ·  view source on GitHub ↗
(bytes: u64)

Source from the content-addressed store, hash-verified

84 }
85
86 fn bucket(bytes: u64) -> u64 {
87 bytes.next_power_of_two().max(256)
88 }
89}
90
91// ─── Weight cache ────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected