Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ get
Function
get
nodedb-query/src/msgpack_scan/reader.rs:50–52 ·
view source on GitHub ↗
(buf: &[u8], pos: usize)
Source
from the content-addressed store, hash-verified
48
49
#[inline(always)]
50
fn get(buf: &[u8], pos: usize) -> Option<u8> {
51
buf.get(pos).copied()
52
}
53
54
#[inline(always)]
55
fn read_u16_be(buf: &[u8], pos: usize) -> Option<u16> {
Callers
15
parse_vector_primary_options_from_kvs
Function · 0.85
skip_value_depth
Function · 0.85
read_f64
Function · 0.85
read_i64
Function · 0.85
read_bin_advance
Function · 0.85
read_u32_advance
Function · 0.85
str_bounds
Function · 0.85
read_bool
Function · 0.85
read_null
Function · 0.85
read_value
Function · 0.85
map_header
Function · 0.85
array_header
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected