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

Method values

lambda-appsync/tests/lambda_integration.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers 1

get_playersFunction · 0.45

Calls 1

borrowMethod · 0.80

Tested by

no test coverage detected