MCPcopy Index your code
hub / github.com/prettier/prettier / check

Function check

src/standalone.js:32–34  ·  view source on GitHub ↗
(text, options)

Source from the content-addressed store, hash-verified

30}
31
32async function check(text, options) {
33 return (await format(text, options)) === text;
34}
35
36const getSupportInfo = withPlugins(getSupportInfoWithoutPlugins, 0);
37

Callers

nothing calls this directly

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…