Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ data
Method
data
cake-core/src/utils/split.rs:46–48 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
44
}
45
46
fn data(&self) -> std::borrow::Cow<'_, [u8]> {
47
std::borrow::Cow::from(&self.data)
48
}
49
50
fn data_len(&self) -> usize {
51
self.data.len()
Callers
10
create_new_metadata
Function · 0.80
from_tensor
Method · 0.80
test_raw_tensor_data_integrity
Function · 0.80
test_wire_tensor
Function · 0.80
test_writer_buf_large_tensor
Function · 0.80
read_layer_tensor_details
Function · 0.80
test_single_op_echo
Function · 0.80
test_batch_echo
Function · 0.80
test_multiple_sequential_ops
Function · 0.80
test_large_tensor_transfer
Function · 0.80
Calls
no outgoing calls
Tested by
7
test_raw_tensor_data_integrity
Function · 0.64
test_wire_tensor
Function · 0.64
test_writer_buf_large_tensor
Function · 0.64
test_single_op_echo
Function · 0.64
test_batch_echo
Function · 0.64
test_multiple_sequential_ops
Function · 0.64
test_large_tensor_transfer
Function · 0.64