MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / schema_name

Method schema_name

graphlite/tests/testutils/cli_fixture.rs:146–148  ·  view source on GitHub ↗

Get unique schema name for test isolation

(&self)

Source from the content-addressed store, hash-verified

144
145 /// Get unique schema name for test isolation
146 pub fn schema_name(&self) -> String {
147 format!("test_{}", fastrand::u64(..))
148 }
149
150 /// Get the database path
151 pub fn db_path(&self) -> &PathBuf {

Calls

no outgoing calls

Tested by

no test coverage detected