MCPcopy Create free account
hub / github.com/audacity/audacity / DB

Method DB

libraries/lib-project-file-io/SqliteSampleBlock.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 /*! @post return value is not null */
109 DBConnection *Conn() const;
110 sqlite3 *DB() const
111 {
112 return Conn()->DB();
113 }
114
115 friend SqliteSampleBlockFactory;
116

Callers 4

GetBlobMethod · 0.45
LoadMethod · 0.45
CommitMethod · 0.45
DeleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected