buffer.INSPECT_MAX_BYTES
- 类型: <integer> 默认值:
50
返回调用 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.