Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/llrt
/ is_signed
Method
is_signed
modules/llrt_buffer/src/buffer.rs:545–550 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
543
.map(|(i, _)| i)
544
.rfind(|&i| i <= end)
545
.unwrap_or(0);
546
547
(&bytes[0..valid_end], valid_end)
548
}
549
550
#[derive(Clone, Copy)]
551
pub enum Endian {
552
Little,
553
Big,
Callers
1
write_buf
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected