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

Method path

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

Source from the content-addressed store, hash-verified

162
163impl WorkDirWriteGuard {
164 pub fn path(&self) -> &Path {
165 &self.guard
166 }
167
168 pub fn to_path_buf(&self) -> PathBuf {
169 self.path().to_path_buf()

Callers 15

test_copy_graphFunction · 0.45
test_search_nodes_gqlFunction · 0.45
basic_queryFunction · 0.45
query_nodefilterFunction · 0.45
query_propertiesFunction · 0.45
test_graph_injectionFunction · 0.45
test_type_filterFunction · 0.45

Calls

no outgoing calls