Back
obfuscateParam()
// Obfuscate the primary key value `99`
newValue = obfuscateParam(99);
Copied!