Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
1245
pub struct Signed<T>(pub T);
1246
1247
impl<T> Signed<T> {
1248
pub fn into_inner(self) -> T {
Callers
1
emulate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected