Function ensureTotalStackCapacity [src]
Calls std.json.Scanner.ensureTotalStackCapacity.
Prototype
pub fn ensureTotalStackCapacity(self: *@This(), height: usize) Allocator.Error!void
Parameters
self: *@This()
height: usize
Source
pub fn ensureTotalStackCapacity(self: *@This(), height: usize) Allocator.Error!void {
try self.scanner.ensureTotalStackCapacity(height);
}