mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
prepare for unwrapping
This commit is contained in:
@@ -4349,6 +4349,7 @@ pub fn concatWithLength(
|
||||
@memcpy(remain.ptr, arg.ptr, arg.len);
|
||||
remain = remain[arg.len..];
|
||||
}
|
||||
std.debug.assert(remain.len == 0); // all bytes should be used
|
||||
return out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user