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

Function get_players

lambda-appsync/tests/lambda_integration.rs:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70// Operation Handlers
71#[appsync_operation(query(players))]
72async fn get_players() -> Result<Vec<Player>, AppsyncError> {
73 Ok(Database.values())
74}
75
76#[appsync_operation(query(player))]
77async fn get_player(id: ID) -> Result<Option<Player>, AppsyncError> {

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected