MCPcopy Create free account
hub / github.com/argumentcomputer/ix / apps

Function apps

crates/kernel/src/testing.rs:88–94  ·  view source on GitHub ↗
(f: ME, args: &[ME])

Source from the content-addressed store, hash-verified

86}
87
88pub fn apps(f: ME, args: &[ME]) -> ME {
89 let mut e = f;
90 for a in args {
91 e = ME::app(e, a.clone());
92 }
93 e
94}
95
96pub fn cnst(name: &str, us: &[MU]) -> ME {
97 ME::cnst(mk_id(name), us.into())

Calls 2

appFunction · 0.70
cloneMethod · 0.45

Tested by

no test coverage detected