MCPcopy Create free account
hub / github.com/IBM/Project_CodeNet / Edge_S

Class Edge_S

tools/json-graph/src/jgflib.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17/* Simple graph data structure using pointers. */
18typedef struct Attr_S *Attr;
19typedef struct Edge_S *Edge;
20typedef struct Node_S *Node;
21typedef struct Graph_S *Graph;
22enum { undirected, directed };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected