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

Function info_gets

tests/modules/infotest.c:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int info_gets(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
80 return info_get(ctx, argv, argc, 's');
81}
82
83int info_getc(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
84 return info_get(ctx, argv, argc, 'c');

Callers

nothing calls this directly

Calls 1

info_getFunction · 0.85

Tested by

no test coverage detected