MCPcopy Create free account
hub / github.com/Angais/Fable5-mc / hashStringToInt

Function hashStringToInt

src/textures.js:205–205  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

203}
204
205function hashStringToInt(s) { return hashString(s) >>> 8; }
206
207function paintLeaves(base) {
208 return (px, rng) => {

Callers 2

paintPlanksFunction · 0.85
paintBricksFunction · 0.85

Calls 1

hashStringFunction · 0.90

Tested by

no test coverage detected