Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Consensys/doc.linea
/ onRouteDidUpdate
Function
onRouteDidUpdate
src/clientModules/codeBlockClassifier.js:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
// Docusaurus SPA lifecycle — re-classify after every route change
32
export
function
onRouteDidUpdate() {
33
setTimeout(classifyCodeBlocks, 50);
34
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected