MCPcopy
hub / github.com/purpleidea/mgmt / ForLoopFunc

Struct ForLoopFunc

lang/core/test/forlooptest.go:52–58  ·  view source on GitHub ↗

ForLoopFunc is a function that is used for testing.

Source from the content-addressed store, hash-verified

50
51// ForLoopFunc is a function that is used for testing.
52type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected