MCPcopy Index your code
hub / github.com/tsoding/button / regularAction

Function regularAction

index.js:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34const regularAction = () => {
35 clickMeText.innerText = `Congrats! You clicked it ${counter} times!`;
36 playFart(regularFart, true);
37}
38
39const thatsItForNow = () => {
40 clickMeText.innerHTML = `That's it for now!`;

Callers

nothing calls this directly

Calls 1

playFartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…