MCPcopy
hub / github.com/vitest-dev/vitest / state

Method state

test/core/src/custom/gardener.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 states: string[] = [this._state]
5
6 get state() {
7 return this._state
8 }
9
10 set state(state: string) {
11 this._state = state

Callers 5

cli.test.jsFile · 0.45
kpFunction · 0.45
kpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected