MCPcopy 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_metadataFunction · 0.80
from_tensorMethod · 0.80
test_wire_tensorFunction · 0.80
test_single_op_echoFunction · 0.80
test_batch_echoFunction · 0.80

Calls

no outgoing calls

Tested by 7

test_wire_tensorFunction · 0.64
test_single_op_echoFunction · 0.64
test_batch_echoFunction · 0.64