FieldSpec looks up a field spec by name.
(name string, view call.View)
| 53 | Extend(spec FieldSpec, fun FieldFunc) |
| 54 | // FieldSpec looks up a field spec by name. |
| 55 | FieldSpec(name string, view call.View) (FieldSpec, bool) |
| 56 | // FieldSpecs returns all field specs visible under the given view. |
| 57 | FieldSpecs(view call.View) []FieldSpec |
| 58 | } |
no outgoing calls
no test coverage detected