| 1091 | class SdiffStoreCommand : public SdiffgenericCommand { |
| 1092 | public: |
| 1093 | SdiffStoreCommand() : SdiffgenericCommand("sdiffstore", "wm", true) {} |
| 1094 | |
| 1095 | ssize_t arity() const { |
| 1096 | return -3; |
nothing calls this directly
no outgoing calls
no test coverage detected