MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / write_payload

Function write_payload

702/WebRTE/webrte.js:61–69  ·  view source on GitHub ↗
(payload_writer)

Source from the content-addressed store, hash-verified

59}
60
61function write_payload(payload_writer)
62{
63 var ua = Base64Binary.decode(b64s);
64
65 var i;
66 for (i = 0; i < ua.length; i++) {
67 payload_writer[i] = ua[i];
68 }
69}

Callers 1

stage2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected