Kites is a helpe type to work with a set of kites
| 10 | |
| 11 | // Kites is a helpe type to work with a set of kites |
| 12 | type Kites []*protocol.KiteWithToken |
| 13 | |
| 14 | // Attach attaches the given token to each kite. It replaces any previous |
| 15 | // token. |
nothing calls this directly
no outgoing calls
no test coverage detected