Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ecto/muni
/ getPathVersion
Function
getPathVersion
depot/console/src/lib/pathStore.ts:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
* Get version counter
for
change detection in useFrame.
79
*/
80
export
function
getPathVersion(): number {
81
return
globalStore.version;
82
}
83
84
/**
85
* Store
new
MPPI trajectory data. Called from WebRTC onmessage handler.
Callers
1
PathOverlay
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected