Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
fn is_shared(column: &Node) -> Result<bool> {
101
Ok(is_type_shared(&column.get_type()?))
102
}
103
104
fn reshape_shared_array(a: Node, new_t: Type) -> Result<Node> {
105
if is_shared(&a)? {
Callers
7
reshape_shared_array
Function · 0.85
merge_mask_data
Function · 0.85
concatenate_mpc
Function · 0.85
zero_pad_column
Function · 0.85
share_column
Function · 0.85
attach_column
Method · 0.85
extract_shares
Function · 0.85
Calls
2
is_type_shared
Function · 0.85
get_type
Method · 0.45
Tested by
no test coverage detected