MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / Input

Class Input

ciphercore-wrappers/pywrapper-macro/src/lib.rs:430–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 struct Input {
431 sig_inputs: Vec<TokenStream>,
432 inner_inputs: Vec<TokenStream>,
433 attr_sig: Vec<String>,
434 has_receiver: bool,
435 }
436
437 impl Input {
438 fn new(inputs: &Punctuated<FnArg, Comma>) -> Self {

Callers 3

inputMethod · 0.85
test_malformed_graphsFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_malformed_graphsFunction · 0.68