MCPcopy
hub / github.com/redis/node-redis / parseCommand

Function parseCommand

packages/client/lib/test-utils.ts:53–55  ·  view source on GitHub ↗
(parser: CommandParser, key: string)

Source from the content-addressed store, hash-verified

51 NUMBER_OF_KEYS: 1,
52 FIRST_KEY_INDEX: 0,
53 parseCommand(parser: CommandParser, key: string) {
54 parser.pushKey(key);
55 },
56 transformReply: undefined as unknown as () => NumberReply
57});
58

Callers

nothing calls this directly

Calls 1

pushKeyMethod · 0.80

Tested by

no test coverage detected