Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
35
struct Database;
36
impl Deref for Database {
Callers
1
get_players
Function · 0.45
Calls
1
borrow
Method · 0.80
Tested by
no test coverage detected