| 465 | |
| 466 | type listGraphsRequest struct{} |
| 467 | type listGraphsResponse struct { |
| 468 | Graphs []listGraphsResponseGraph `json:"Graphs"` |
| 469 | } |
| 470 | |
| 471 | type listGraphsResponseGraph struct { |
| 472 | GraphStorageLimit int64 `json:"GraphStorageLimit"` |
nothing calls this directly
no outgoing calls
no test coverage detected