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

Method attach_uint

constructor/src/fixed_uint/core/constructor.rs:271–275  ·  view source on GitHub ↗
(&self, part: TokenStream)

Source from the content-addressed store, hash-verified

269 }
270
271 pub fn attach_uint(&self, part: TokenStream) {
272 let mut o = self.uint_common.take();
273 o.push(part);
274 self.uint_common.set(o);
275 }
276
277 pub fn defun(&self, part: TokenStream) {
278 let mut o = self.defuns.take();

Callers 1

defstructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected