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

Method conn

src/memory/store.rs:1184–1186  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1182 }
1183
1184 pub(crate) fn conn(&self) -> &Connection {
1185 self.conn
1186 }
1187
1188 async fn get_fact_by_content(&self, content: &str) -> Result<Option<FactRecord>> {
1189 let mut rows = self

Callers 15

read_journal_modeFunction · 0.45
read_source_total_bytesFunction · 0.45
scalar_countFunction · 0.45
dashboard_connectionMethod · 0.45
add_factMethod · 0.45
search_factsMethod · 0.45
probe_entityMethod · 0.45
related_factsMethod · 0.45
reason_factsMethod · 0.45
contradict_factsMethod · 0.45

Calls

no outgoing calls