Build Primitives resolved from a test environment. The env should contain all the primitives the test needs.
(env: &KEnv<Meta>)
| 259 | /// Build Primitives resolved from a test environment. |
| 260 | /// The env should contain all the primitives the test needs. |
| 261 | pub fn test_prims(env: &KEnv<Meta>) -> super::primitive::Primitives<Meta> { |
| 262 | super::primitive::Primitives::from_env(env) |
| 263 | } |
no outgoing calls
no test coverage detected