MCPcopy Create free account
hub / github.com/bhideki/darksword / encode

Method encode

payloads/rce_worker.js:24–30  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

22 }
23 }
24 encode(type, value) {
25 this.argList.push({
26 type,
27 value
28 });
29 return this;
30 }
31 encode8BitString(str) {
32 this.encode('uint32_t', str.length);
33 this.encode('bool', true);

Calls

no outgoing calls

Tested by

no test coverage detected