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

Function mkString

restore/900goldhen/webkit.js:64–69  ·  view source on GitHub ↗
(l, head)

Source from the content-addressed store, hash-verified

62 var strings = [];
63
64 function mkString(l, head) {
65 var s = head + '\u0000'.repeat(l - STRING_OFFSET - 8 - head.length) + (string_id++);
66 string_atomifier[s] = 1;
67 strings.push(s);
68 return s;
69 }
70
71 var guf = GUESS_FONT;
72 var ite = true;

Callers 2

pocFunction · 0.70
makeReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected