Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ shouldMaskData
Function
shouldMaskData
lib/utils/mask_data.js:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
* @returns {boolean} - True
if
masking is enabled
44
*/
45
export
function
shouldMaskData() {
46
const
config = getMaskConfig()
47
return
config === true || (typeof config ===
'object'
&& config.enabled === true)
48
}
Callers
6
debug
Function · 0.90
log
Function · 0.90
error
Function · 0.90
success
Function · 0.90
step
Function · 0.90
mask_data_test.js
File · 0.90
Calls
1
getMaskConfig
Function · 0.85
Tested by
no test coverage detected