MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / _hash

Function _hash

client/utils/filesync.js:13–15  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

11
12 // hash method for patch
13 var _hash = function(s) {
14 return hash.hex32(hash.crc32(s));
15 };
16
17 var FileSync = hr.Class.extend({
18 defaults: {

Callers 1

filesync.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected