ForLoopFunc is a function that is used for testing.
| 50 | |
| 51 | // ForLoopFunc is a function that is used for testing. |
| 52 | type ForLoopFunc struct { |
| 53 | interfaces.Textarea |
| 54 | |
| 55 | init *interfaces.Init |
| 56 | |
| 57 | count int |
| 58 | } |
| 59 | |
| 60 | // String returns a simple name for this function. This is needed so this struct |
| 61 | // can satisfy the pgraph.Vertex interface. |
nothing calls this directly
no outgoing calls
no test coverage detected