MCPcopy Create free account
hub / github.com/NationalSecurityAgency/TraceAnalysis / Signed

Class Signed

dynamic-dataflow/core/src/value.rs:1245–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243#[derive(Copy, Clone)]
1244#[repr(transparent)]
1245pub struct Signed<T>(pub T);
1246
1247impl<T> Signed<T> {
1248 pub fn into_inner(self) -> T {

Callers 1

emulateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected