Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
BASE_URL =
'http://localhost:8080'
;
2
const
API_KEY =
'your'
;
3
const
wait = (ms) =>
new
Promise((r) => setTimeout(r, ms));
4
5
const
post = (url, body) =>
6
fetch(url, {
Callers
1
testDecayAndReflection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected