MCPcopy
hub / github.com/gchq/CyberChef / toString

Method toString

src/core/Recipe.mjs:288–290  ·  view source on GitHub ↗

* Returns the recipe configuration in string format. * * @returns {string}

()

Source from the content-addressed store, hash-verified

286 * @returns {string}
287 */
288 toString() {
289 return JSON.stringify(this.config);
290 }
291
292
293 /**

Callers 15

prepareMethod · 0.45
bakeMethod · 0.45
hexMethod · 0.45
binMethod · 0.45
getTitleMethod · 0.45
sizeMethod · 0.45
toArrayBufferMethod · 0.45
bruteForceMethod · 0.45
parseWmaAsfFunction · 0.45
parseBextFunction · 0.45
_parseFieldMethod · 0.45
convertCoordinatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected