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

Enum AccessMode

graphlite/src/ast/ast.rs:1676–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1674/// Transaction access modes
1675#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
1676pub enum AccessMode {
1677 ReadOnly,
1678 ReadWrite,
1679}
1680
1681impl IsolationLevel {
1682 /// Get string representation for display

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected