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

Function hotSourceTraffic

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

Source from the content-addressed store, hash-verified

266}
267
268export function hotSourceTraffic() {
269 var source = bucketedName(HOT_SOURCE, SOURCE_BUCKETS);
270 var destination = "@" + uuidv4();
271 postTxn(source, destination);
272}
273
274export function hotDestinationTraffic() {
275 var source = "@" + uuidv4();

Callers

nothing calls this directly

Calls 2

bucketedNameFunction · 0.85
postTxnFunction · 0.85

Tested by

no test coverage detected