Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Autodesk/react-base-table
/ delay
Function
delay
website/src/utils/baseScope.js:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
const
noop = () => {}
45
const
delay = ms =>
new
Promise(resolve => setTimeout(resolve, ms))
46
const
action = message => args => console.log(message, args)
47
48
const
Table = React.forwardRef((props, ref) => (
Callers
2
fetchData
Function · 0.85
fetchData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected