mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
remove setOps operation
This commit is contained in:
parent
adc4f78e99
commit
543dce5721
4 changed files with 0 additions and 107 deletions
|
@ -281,25 +281,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"": {
|
||||
"module": "Default",
|
||||
"description": "",
|
||||
"inputType": "string",
|
||||
"outputType": "string",
|
||||
"flowControl": false,
|
||||
"args": [
|
||||
{
|
||||
"name": "Sample delimiter",
|
||||
"type": "binaryString",
|
||||
"value": "\n\n"
|
||||
},
|
||||
{
|
||||
"name": "Item delimiter",
|
||||
"type": "binaryString",
|
||||
"value": ","
|
||||
}
|
||||
]
|
||||
},
|
||||
"Set Union": {
|
||||
"module": "Default",
|
||||
"description": "Get the union of two sets",
|
||||
|
|
|
@ -13,7 +13,6 @@ import PowerSet from "../../operations/PowerSet";
|
|||
import RawDeflate from "../../operations/RawDeflate";
|
||||
import SetDifference from "../../operations/SetDifference";
|
||||
import SetIntersection from "../../operations/SetIntersection";
|
||||
import SetOps from "../../operations/SetOps";
|
||||
import SetUnion from "../../operations/SetUnion";
|
||||
import ShowBase64Offsets from "../../operations/ShowBase64Offsets";
|
||||
import SymmetricDifference from "../../operations/SymmetricDifference";
|
||||
|
@ -32,7 +31,6 @@ OpModules.Default = {
|
|||
"Raw Deflate": RawDeflate,
|
||||
"Set Difference": SetDifference,
|
||||
"Set Intersection": SetIntersection,
|
||||
"": SetOps,
|
||||
"Set Union": SetUnion,
|
||||
"Show Base64 offsets": ShowBase64Offsets,
|
||||
"Symmetric Difference": SymmetricDifference,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue