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

Class Graph_S

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

Source from the content-addressed store, hash-verified

19typedef struct Edge_S *Edge;
20typedef struct Node_S *Node;
21typedef struct Graph_S *Graph;
22enum { undirected, directed };
23
24/* An atribute is a key:value pair of token pointers. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected