()
| 266 | } |
| 267 | |
| 268 | export function hotSourceTraffic() { |
| 269 | var source = bucketedName(HOT_SOURCE, SOURCE_BUCKETS); |
| 270 | var destination = "@" + uuidv4(); |
| 271 | postTxn(source, destination); |
| 272 | } |
| 273 | |
| 274 | export function hotDestinationTraffic() { |
| 275 | var source = "@" + uuidv4(); |
nothing calls this directly
no test coverage detected