MCPcopy
hub / github.com/antfu/vitesse-nuxt / inc

Function inc

app/composables/count.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 const count = useState('count', () => Math.round(Math.random() * 20))
3
4 function inc() {
5 count.value += 1
6 }
7 function dec() {
8 count.value -= 1
9 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected