MCPcopy Create free account
hub / github.com/chc4/lineiform / simple_function

Function simple_function

tangle/src/ir.rs:248–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246
247 #[test]
248 pub fn simple_function() {
249 let mut ir = IR::new();
250 let mut f = Node::function::<0, 0>(&mut ir);
251 }
252
253 #[test]
254 pub fn function_inc() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected