MCPcopy Index your code
hub / github.com/RustyServerless/lambda-appsync / values

Method values

lambda-appsync/tests/make_appsync_integration.rs:28–30  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

26 }
27
28 fn values(&self) -> Vec<Player> {
29 self.0.borrow().values().cloned().collect()
30 }
31}
32struct Database;
33impl Deref for Database {

Callers 1

get_playersFunction · 0.45

Calls 1

borrowMethod · 0.80

Tested by

no test coverage detected