MCPcopy
hub / github.com/CaviraOSS/OpenMemory / wait

Function wait

tests/backend/decay-reflection.test.js:3–3  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

1const BASE_URL = 'http://localhost:8080';
2const API_KEY = 'your';
3const wait = (ms) => new Promise((r) => setTimeout(r, ms));
4
5const post = (url, body) =>
6 fetch(url, {

Callers 1

testDecayAndReflectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected