Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ uniqueId
Function
uniqueId
docs/app/js/sanddance-app.js:92750–92752 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92748
* @returns {number} uniqueId
92749
*/
var
_uniqueId = 1;
92750
function
uniqueId() {
92751
return
_uniqueId++;
92752
}
92753
/**
92754
* get the window object of an element
92755
* @param {HTMLElement} element
Callers
1
Recognizer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected