Searched refs:bufZero (Results 1 – 1 of 1) sorted by relevance
444 const bufZero = Buffer.alloc(5, 0); constant445 assert.strictEqual(bufZero.toString(), '\x00\x00\x00\x00\x00');