MCPcopy
hub / github.com/codeceptjs/CodeceptJS / getMaskConfig

Function getMaskConfig

lib/utils/mask_data.js:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 * @returns {boolean|object} - Current masking configuration
35 */
36export function getMaskConfig() {
37 return store.maskSensitiveData || global.maskSensitiveData || false
38}
39
40/**
41 * Check if data should be masked

Callers 7

debugFunction · 0.90
logFunction · 0.90
errorFunction · 0.90
successFunction · 0.90
stepFunction · 0.90
mask_data_test.jsFile · 0.90
shouldMaskDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected