MCPcopy Create free account
hub / github.com/redis/RedisInsight / cliCommandWrapper

Function cliCommandWrapper

redisinsight/ui/src/utils/cliHelper.tsx:79–87  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

77const bashTextValue = (dbIndex = 0) => `${getDbIndex(dbIndex)} > `.trimStart()
78
79const cliCommandWrapper = (command: string) => (
80 <span
81 className="cli-command-wrapper"
82 data-testid="cli-command-wrapper"
83 key={Math.random()}
84 >
85 {command}
86 </span>
87)
88
89const wbSummaryCommand = (command: string, db?: number) => (
90 <span className="cli-command-wrapper" data-testid="wb-command">

Callers 1

cliCommandOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected