MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / TxData

Class TxData

src/lib.rs:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194/// Transaction data.
195#[derive(Hash, PartialEq, Eq, PartialOrd, Ord, Clone, Debug, Serialize, Deserialize)]
196pub struct TxData(pub isize, pub Value, pub Aid, pub Value, pub Option<Time>);
197
198impl TxData {
199 /// Creates TxData representing the addition of a single fact.

Callers 5

mainFunction · 0.85
addMethod · 0.85
add_atMethod · 0.85
retractMethod · 0.85
retract_atMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected