MCPcopy Create free account
hub / github.com/bwt-dev/bwt / query

Method query

src/app.rs:223–225  ·  view source on GitHub ↗

Get the `Query` instance

(&self)

Source from the content-addressed store, hash-verified

221
222 /// Get the `Query` instance
223 pub fn query(&self) -> Arc<Query> {
224 self.query.clone()
225 }
226
227 /// Get the access token
228 pub fn access_token(&self) -> Option<&str> {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected