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

Function info_getc

tests/modules/infotest.c:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int info_getc(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
84 return info_get(ctx, argv, argc, 'c');
85}
86
87int info_geti(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
88 return info_get(ctx, argv, argc, 'i');

Callers

nothing calls this directly

Calls 1

info_getFunction · 0.85

Tested by

no test coverage detected