Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Tendis
/ ScriptCommand
Method
ScriptCommand
src/tendisplus/commands/script.cpp:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
class ScriptCommand : public Command {
61
public:
62
ScriptCommand() : Command(
"script"
,
"sw"
) {}
63
64
ssize_t arity() const {
65
return -2;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected