MCPcopy Index your code
hub / github.com/nodejs/node / getRulesMap

Function getRulesMap

test/fixtures/snapshot/typescript.js:146826–146831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146824 formatting.getFormatContext = getFormatContext;
146825 var rulesMapCache;
146826 function getRulesMap() {
146827 if (rulesMapCache === undefined) {
146828 rulesMapCache = createRulesMap(formatting.getAllRules());
146829 }
146830 return rulesMapCache;
146831 }
146832 /**
146833 * For a given rule action, gets a mask of other rule actions that
146834 * cannot be applied at the same position.

Callers 1

getFormatContextFunction · 0.85

Calls 1

createRulesMapFunction · 0.85

Tested by

no test coverage detected