Searched refs:hellos (Results 1 – 4 of 4) sorted by relevance
25 var hellos: [Message<HelloReply>] = [] variable34 hellos.append(Message(builder: &builder))56 let index = Int.random(in: 0..<hellos.count)57 _ = context.sendResponse(hellos[index])
64 >>> hellos = repr(hello)65 >>> print hellos
84 >>> hellos = repr(hello)85 >>> print(hellos)