Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react-bootstrap/react-bootstrap
/ func
Function
func
test/createChainedFunctionSpec.ts:47–50 ·
view source on GitHub ↗
(arg1: any, arg2: any)
Source
from the content-addressed store, hash-verified
45
};
46
47
const
func = (arg1: any, arg2: any) => {
48
expect(arg1).toEqual(in1);
49
expect(arg2).toEqual(in2);
50
};
51
52
const
chained = createChainedFunction(func, func, func);
53
chained(in1, in2);
Callers
2
map
Function · 0.85
forEach
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…