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