Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/027xiguapi/code-box
/ navigateElement
Function
navigateElement
component/ui/tooltip.tsx:56–58 ·
view source on GitHub ↗
(direction: "parent" | "child" | "prev" | "next")
Source
from the content-addressed store, hash-verified
54
}
55
56
const navigateElement = (direction:
"parent"
|
"child"
|
"prev"
|
"next"
) => {
57
props.onNavigate(direction)
58
}
59
60
const handleCancel = () => {
61
props.onCancel()
Callers
1
Tooltip
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected