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

Class Attr_S

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

Source from the content-addressed store, hash-verified

16
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected