buffer.INSPECT_MAX_BYTES
返回调用 buf.inspect()
时将返回的最大字节数。这可以被用户模块覆盖。有关 buf.inspect()
行为的更多详细信息,请参阅 util.inspect()
。
¥Returns the maximum number of bytes that will be returned when
buf.inspect()
is called. This can be overridden by user modules. See
util.inspect()
for more details on buf.inspect()
behavior.