Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
function
createStringQuestion(str, nameIt) {
49
return
{
type
:
'string'
, message: str, name: nameIt }
50
}
51
52
function
cliReveal(payload, password, op) {
53
const
stegcloak =
new
StegCloak()
Callers
1
cli.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected