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

Method clone

tangle/src/select.rs:837–839  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

835}
836impl Clone for CodegenFn {
837 fn clone(&self) -> Self {
838 CodegenFn(box |op|{panic!("cloned")})
839 }
840}
841

Callers 15

runMethod · 0.80
addFunction · 0.80
adcFunction · 0.80
subFunction · 0.80
sbbFunction · 0.80
bandFunction · 0.80
borFunction · 0.80
bxorFunction · 0.80
bitselectFunction · 0.80
sinksMethod · 0.80
sourcesMethod · 0.80
codegenMethod · 0.80

Calls 1

CodegenFnClass · 0.85

Tested by

no test coverage detected