MCPcopy Create free account
hub / github.com/EvoMap/evolver / fakeHexToken

Function fakeHexToken

test/proxyTokenReuse.test.js:31–33  ·  view source on GitHub ↗
(seed)

Source from the content-addressed store, hash-verified

29];
30
31function fakeHexToken(seed) {
32 return seed.repeat(64).slice(0, 64);
33}
34
35function tmpDataDir() {
36 return fs.mkdtempSync(path.join(os.tmpdir(), 'proxy-tok-'));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected