MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / georadiusbymemberCommand

Function georadiusbymemberCommand

src/geo.cpp:845–847  ·  view source on GitHub ↗

GEORADIUSBYMEMBER wrapper function. */

Source from the content-addressed store, hash-verified

843
844/* GEORADIUSBYMEMBER wrapper function. */
845void georadiusbymemberCommand(client *c) {
846 georadiusGeneric(c, 1, RADIUS_MEMBER);
847}
848
849/* GEORADIUS_RO wrapper function. */
850void georadiusroCommand(client *c) {

Callers

nothing calls this directly

Calls 1

georadiusGenericFunction · 0.85

Tested by

no test coverage detected