MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / open_options

Method open_options

src/tracedecay/diagnostics.rs:162–164  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

160 }
161
162 pub(crate) fn open_options(&self) -> TraceDecayOpenOptions {
163 self.open_options.clone()
164 }
165
166 pub async fn open_project_store_db(&self) -> Result<Database> {
167 if self.read_only {

Callers 3

run_hook_event_planMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected