MCPcopy Create free account
hub / github.com/Pometry/Raphtory / work_dir_write

Method work_dir_write

raphtory-graphql/src/data.rs:313–316  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

311 }
312
313 pub async fn work_dir_write(&self) -> WorkDirWriteGuard {
314 let guard = Arc::new(self.work_dir.clone().write_owned().await);
315 WorkDirWriteGuard { guard }
316 }
317
318 pub(crate) fn set_auth_policy(&mut self, policy: Arc<dyn AuthorizationPolicy>) {
319 Arc::get_mut(&mut self.inner)

Callers 12

setup_with_graphsFunction · 0.80
setup_with_policyFunction · 0.80
delete_graphMethod · 0.80
create_namespaceMethod · 0.80
save_graphs_to_work_dirFunction · 0.80
new_graphMethod · 0.80
copy_graphMethod · 0.80
upload_graphMethod · 0.80
send_graphMethod · 0.80
delete_namespaceMethod · 0.80
create_subgraphMethod · 0.80
create_mutable_graphFunction · 0.80

Calls 1

cloneMethod · 0.45

Tested by 2

setup_with_graphsFunction · 0.64
setup_with_policyFunction · 0.64