MCPcopy Create free account
hub / github.com/RetypeOS/parcode / new

Method new

src/rt.rs:31–37  ·  view source on GitHub ↗
(inner: Box<J>, config: JobConfig)

Source from the content-addressed store, hash-verified

29 J: SerializationJob<'a> + ?Sized,
30{
31 pub fn new(inner: Box<J>, config: JobConfig) -> Self {
32 Self {
33 inner,
34 config,
35 _marker: PhantomData,
36 }
37 }
38}
39
40impl<'a, J> SerializationJob<'a> for ConfiguredJob<'a, J>

Callers

nothing calls this directly

Calls 2

childrenMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected