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

Function georadiusCommand

src/geo.cpp:840–842  ·  view source on GitHub ↗

GEORADIUS wrapper function. */

Source from the content-addressed store, hash-verified

838
839/* GEORADIUS wrapper function. */
840void georadiusCommand(client *c) {
841 georadiusGeneric(c, 1, RADIUS_COORDS);
842}
843
844/* GEORADIUSBYMEMBER wrapper function. */
845void georadiusbymemberCommand(client *c) {

Callers

nothing calls this directly

Calls 1

georadiusGenericFunction · 0.85

Tested by

no test coverage detected