Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formkit/formkit
/ resetCount
Function
resetCount
packages/core/src/node.ts:1803–1806 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1801
* @public
1802
*/
1803
export
function
resetCount(): void {
1804
nameCount = 0
1805
idCount = 0
1806
}
1807
1808
/**
1809
* Create a name-based dictionary of all children in an array.
Callers
1
node.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected