Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tmcw/big
/ onClick
Function
onClick
lib/big.js:414–417 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
412
}
413
414
function
onClick(e) {
415
if
(big.mode !==
"talk"
)
return
;
416
if
(e.target.tagName !==
"A"
) go((big.current + 1) % big.length);
417
}
418
419
function
onKeyDown(e) {
420
if
(big.mode ===
"talk"
) {
Callers
nothing calls this directly
Calls
1
go
Function · 0.85
Tested by
no test coverage detected