| 123 | } |
| 124 | |
| 125 | int SetGraphAttr(const char* name, const void* val, int size) |
| 126 | { |
| 127 | if(attr_io_.SetAttr(name, val, size)) |
| 128 | return 0; |
| 129 | else |
| 130 | return -1; |
| 131 | } |
| 132 | |
| 133 | int GetGraphAttr(const char* name, void* val, int size) |
| 134 | { |
no test coverage detected