Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobPruzan/react-scratch
/ run
Function
run
src/utils.ts:1–1 ·
view source on GitHub ↗
(f: () => T)
Source
from the content-addressed store, hash-verified
1
export
const
run = <T>(f: () => T) => f();
2
export
const
deepEqual = (a: any, b: any): boolean => {
3
if
(a === b)
return
true;
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected