Skip to content

Commit ea5fa1a

Browse files
committed
pr feedback: permalink in comment
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 74c112b commit ea5fa1a

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_common/src/flatbuffer_wrappers

1 file changed

+1
-1
lines changed

src/hyperlight_common/src/flatbuffer_wrappers/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl FlatbufferSerializable for bool {
182182
/// nearest power of two to match FlatBufferBuilder's allocation strategy.
183183
///
184184
/// The estimations are numbers used are empirically derived based on the tests below and vaguely based
185-
/// on https://flatbuffers.dev/internals/ and https://github.com/dvidelabs/flatcc/blob/master/doc/binary-format.md#flatbuffers-binary-format
185+
/// on https://flatbuffers.dev/internals/ and https://github.com/dvidelabs/flatcc/blob/f064cefb2034d1e7407407ce32a6085c322212a7/doc/binary-format.md#flatbuffers-binary-format
186186
#[inline] // allow cross-crate inlining (for hyperlight-host calls)
187187
pub fn estimate_flatbuffer_capacity(function_name: &str, args: &[ParameterValue]) -> usize {
188188
let mut estimated_capacity = 20;

0 commit comments

Comments
 (0)