MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / hotDestinationTraffic

Function hotDestinationTraffic

tests/loadtest/script.js:274–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274export function hotDestinationTraffic() {
275 var source = "@" + uuidv4();
276 var destination = bucketedName(HOT_DEST, DESTINATION_BUCKETS);
277 postTxn(source, destination);
278}
279
280// Optional: saves detailed stats to stdout + JSON file
281export function handleSummary(data) {

Callers

nothing calls this directly

Calls 2

bucketedNameFunction · 0.85
postTxnFunction · 0.85

Tested by

no test coverage detected