Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ key
Method
key
crates/ixon/src/map.rs:77–79 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
75
76
impl<
'a, K, V> MapRef<'
a, K, V> {
77
pub fn key(&self) -> &K {
78
self.k
79
}
80
81
pub fn value(&self) -> &V {
82
self.v
Callers
15
constant_inputs
Function · 0.80
main
Function · 0.80
run_constant
Function · 0.80
decompile_env
Function · 0.80
check_decompile
Function · 0.80
ixon_egress
Function · 0.80
compile_env_with_options
Function · 0.80
precompile_aux_gen_prereqs
Function · 0.80
name_for_addr
Method · 0.80
rs_tmp_decode_const_map
Function · 0.80
describe_rprj_block
Function · 0.80
rs_compile_validate_aux
Function · 0.80
Calls
no outgoing calls
Tested by
1
get_anon_consts_match_get
Function · 0.64