| 502 | } |
| 503 | |
| 504 | type createGraphRequest struct { |
| 505 | GraphName string `json:"GraphName"` |
| 506 | } |
| 507 | type createGraphResponse struct { |
| 508 | GraphUUID string `json:"GraphUUID"` |
| 509 | Txid int64 `json:"TXId"` |
nothing calls this directly
no outgoing calls
no test coverage detected