MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / make_edge

Function make_edge

atomic-core/src/change/provenance_graph/tests.rs:76–82  ·  view source on GitHub ↗
(from: &str, to: &str, kind: ProvenanceEdgeKind)

Source from the content-addressed store, hash-verified

74}
75
76fn make_edge(from: &str, to: &str, kind: ProvenanceEdgeKind) -> ProvenanceEdge {
77 ProvenanceEdge {
78 from: from.into(),
79 to: to.into(),
80 kind,
81 }
82}
83
84fn sample_graph() -> ProvenanceGraph {
85 ProvenanceGraph::builder("sess-123", "claude-code")

Callers 2

sample_graphFunction · 0.70
test_edge_displayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected