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

Function get

packages/runner/src/utils/chain.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 for (const key of keys) {
57 Object.defineProperty(chain, key, {
58 get() {
59 return create({ ...context, [key]: true })
60 },
61 })
62 }
63 return chain

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected