Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FeatureProbe/server-sdk-rust
/ get
Method
get
src/user.rs:36–38 ·
view source on GitHub ↗
(&self, k: &str)
Source
from the content-addressed store, hash-verified
34
}
35
36
pub fn get(&self, k: &str) -> Option<&String> {
37
self.attrs.get(k)
38
}
39
40
pub fn get_all(&self) -> &HashMap<String, String> {
41
&self.attrs
Callers
15
eval
Method · 0.80
select_variation
Method · 0.80
find_index
Method · 0.80
meet_prerequisite
Method · 0.80
match_string
Method · 0.80
match_ordering
Method · 0.80
match_timestamp
Method · 0.80
user_in_segments
Method · 0.80
test_segment_condition
Function · 0.80
test_not_in_segment_condition
Function · 0.80
test_multi_condition
Function · 0.80
test_distribution_condition
Function · 0.80
Calls
no outgoing calls
Tested by
10
test_segment_condition
Function · 0.64
test_not_in_segment_condition
Function · 0.64
test_multi_condition
Function · 0.64
test_distribution_condition
Function · 0.64
test_disabled_toggle
Function · 0.64
test_prerequisite_toggle
Function · 0.64
test_prerequisite_not_exist_should_return_disabled_variation
Function · 0.64
test_prerequisite_not_match_should_return_disabled_variation
Function · 0.64
test_prerequisite_depth_overflow_should_return_disabled_variation
Function · 0.64
test_match_equal_string
Function · 0.64