Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pmndrs/postprocessing
/ getNextId
Method
getNextId
src/utils/IdManager.js:29–33 ·
view source on GitHub ↗
* Returns the next unique ID. * * @return The ID.
()
Source
from the content-addressed store, hash-verified
27
*/
28
29
getNextId() {
30
31
return
this.nextId++;
32
33
}
34
35
/**
36
* Resets the ID counter.
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected