MCPcopy Index your code
hub / github.com/angular-app/angular-app / xsrf.js

File xsrf.js

server/lib/xsrf.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var crypto = require('crypto');
2
3function uid(len) {
4 return crypto.randomBytes(Math.ceil(len * 3 / 4))

Callers

nothing calls this directly

Calls 2

uidFunction · 0.85
nextFunction · 0.50

Tested by

no test coverage detected