MCPcopy Create free account
hub / github.com/cryptape/rust-numext / define_kernel

Method define_kernel

constructor/src/fixed_uint/core/internal/kernel.rs:18–22  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

16
17impl UintConstructor {
18 pub fn define_kernel(&self) {
19 self.defun_priv_kernel();
20 self.defun_pub_kernel();
21 self.deftrait_uint_convert();
22 }
23
24 pub fn convert_into(&self, uc: &Self) -> TokenStream {
25 let this_name = &self.ts.name;

Callers 1

construct_allMethod · 0.45

Calls 3

deftrait_uint_convertMethod · 0.80
defun_priv_kernelMethod · 0.45
defun_pub_kernelMethod · 0.45

Tested by

no test coverage detected