Name returns the name of the operation.
()
| 32 | |
| 33 | // Name returns the name of the operation. |
| 34 | func (op *Operation) Name() string { |
| 35 | return C.GoString(C.TF_OperationName(op.c)) |
| 36 | } |
| 37 | |
| 38 | // Type returns the name of the operator used by this operation. |
| 39 | func (op *Operation) Type() string { |
no outgoing calls