MCPcopy
hub / github.com/prettier/prettier / getFixtures

Function getFixtures

tests/config/format-test/get-fixtures.js:15–18  ·  view source on GitHub ↗

@param {Context} context

(context)

Source from the content-addressed store, hash-verified

13@param {Context} context
14*/
15function* getFixtures(context) {
16 yield* getFiles(context);
17 yield* getSnippets(context);
18}
19
20/**
21@param {Context} context

Callers 1

runFormatTestFunction · 0.90

Calls 2

getFilesFunction · 0.85
getSnippetsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…