Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ constant
Function
constant
docs/app/js/sanddance-app.js:106790–106792 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
106788
};
106789
};
106790
function
constant(_) {
106791
return
isFunction(_) ? _ : ()=>_;
106792
}
106793
function
debounce(delay, handler) {
106794
let
tid;
106795
return
(e)=>{
Callers
nothing calls this directly
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected