Function: getUtfByteLength()
getUtfByteLength(
value:string):number
Defined in: electron/services/ipc/diagnosticsLimits.ts:15
Calculates the UTF-8 encoded byte length of a string.
Parameters
value
string
Returns
number
Remarks
Delegates to the shared implementation to avoid policy drift.