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

Method conn

src/db/connection.rs:205–207  ·  view source on GitHub ↗

Returns a reference to the underlying libsql connection.

(&self)

Source from the content-addressed store, hash-verified

203
204 /// Returns a reference to the underlying libsql connection.
205 pub fn conn(&self) -> &Connection {
206 &self.conn
207 }
208
209 /// Consumes the `Database`, closing the underlying connection.
210 pub fn close(self) {

Callers 15

upsert_filesMethod · 0.45
upsert_fileMethod · 0.45
get_fileMethod · 0.45
get_all_filesMethod · 0.45
delete_fileMethod · 0.45
insert_unresolved_refMethod · 0.45
get_unresolved_refsMethod · 0.45
clear_unresolved_refsMethod · 0.45
insert_edgeMethod · 0.45

Calls

no outgoing calls

Tested by 1