MCPcopy 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

evalMethod · 0.80
select_variationMethod · 0.80
find_indexMethod · 0.80
meet_prerequisiteMethod · 0.80
match_stringMethod · 0.80
match_orderingMethod · 0.80
match_timestampMethod · 0.80
user_in_segmentsMethod · 0.80
test_segment_conditionFunction · 0.80
test_multi_conditionFunction · 0.80

Calls

no outgoing calls