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

Method toString

tests/integration/__tests__/infer-parser.js:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 await getIsSupportedReceivedFilepath({
301 filepath: new (class {
302 toString() {
303 return "foo.unknown";
304 }
305 })(),
306 }),
307 ).toBeUndefined();

Callers 11

restoreNameFunction · 0.45
restoreNameAndValueFunction · 0.45
printBlockFunction · 0.45
createHashFunction · 0.45
applyConfigPrecedenceFunction · 0.45
readFileFirstLineFunction · 0.45
runCliWorkerFunction · 0.45
doc-builders.jsFile · 0.45
createTemporaryDirectoryFunction · 0.45
componentDidMountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected