MCPcopy Create free account
hub / github.com/5ocworkshop/bgraph / sample

Method sample

tests/classes/test_cls_multi_graph.rs:14–16  ·  view source on GitHub ↗
(&self, _x: f32)

Source from the content-addressed store, hash-verified

12
13impl DataSource for ConstantData {
14 fn sample(&self, _x: f32) -> f32 {
15 self.0
16 }
17}
18
19#[test]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected