MCPcopy
hub / github.com/tmcw/big / onHashChange

Function onHashChange

lib/big.js:530–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528 }
529
530 function onHashChange() {
531 if (big.mode !== "talk") return;
532 go(parseHash());
533 }
534
535 function onResize() {
536 if (big.mode !== "talk") return;

Callers

nothing calls this directly

Calls 2

goFunction · 0.85
parseHashFunction · 0.85

Tested by

no test coverage detected