Name is the name of the [Transformer].
()
| 309 | |
| 310 | // Name is the name of the [Transformer]. |
| 311 | func (tf Transform) Name() string { return tf.trans.name } |
| 312 | |
| 313 | // Func is the function pointer to the transformer function. |
| 314 | func (tf Transform) Func() reflect.Value { return tf.trans.fnc } |
no outgoing calls