| 279 | const timeout = 2 * time.Second |
| 280 | |
| 281 | type Callback struct { |
| 282 | Index int |
| 283 | Func dnode.Function |
| 284 | } |
| 285 | |
| 286 | k := newXhrKite("callback", "0.0.1") |
| 287 | k.Config.DisableAuthentication = true |
nothing calls this directly
no outgoing calls
no test coverage detected