MCPcopy
hub / github.com/KuroLabs/stegcloak / createStringQuestion

Function createStringQuestion

cli.js:48–50  ·  view source on GitHub ↗
(str, nameIt)

Source from the content-addressed store, hash-verified

46};
47
48function createStringQuestion(str, nameIt) {
49 return { type: 'string', message: str, name: nameIt }
50}
51
52function cliReveal(payload, password, op) {
53 const stegcloak = new StegCloak()

Callers 1

cli.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected