MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / is_shared

Function is_shared

ciphercore-base/src/mpc/mpc_psi.rs:100–102  ·  view source on GitHub ↗
(column: &Node)

Source from the content-addressed store, hash-verified

98}
99
100fn is_shared(column: &Node) -> Result<bool> {
101 Ok(is_type_shared(&column.get_type()?))
102}
103
104fn reshape_shared_array(a: Node, new_t: Type) -> Result<Node> {
105 if is_shared(&a)? {

Callers 7

reshape_shared_arrayFunction · 0.85
merge_mask_dataFunction · 0.85
concatenate_mpcFunction · 0.85
zero_pad_columnFunction · 0.85
share_columnFunction · 0.85
attach_columnMethod · 0.85
extract_sharesFunction · 0.85

Calls 2

is_type_sharedFunction · 0.85
get_typeMethod · 0.45

Tested by

no test coverage detected