Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ now
Function
now
src/microReact.js:1–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
function
now() {
2
if
(window.performance) {
3
return
window.performance.now();
4
}
5
return
(
new
Date()).getTime();
6
}
7
function
shallowEquals(a, b) {
8
if
(a === b)
9
return
true;
Callers
1
microReact.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected