MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / handleStart

Function handleStart

04React/Day08/src/Video.jsx:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 const videoRef = useRef(null);
6
7 function handleStart(){
8 videoRef.current.play();
9 }
10
11
12 function handleStop(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected