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

Function getFormatContext

test/fixtures/snapshot/typescript.js:146821–146823  ·  view source on GitHub ↗
(options, host)

Source from the content-addressed store, hash-verified

146819 var formatting;
146820 (function (formatting) {
146821 function getFormatContext(options, host) {
146822 return { options: options, getRules: getRulesMap(), host: host };
146823 }
146824 formatting.getFormatContext = getFormatContext;
146825 var rulesMapCache;
146826 function getRulesMap() {

Callers

nothing calls this directly

Calls 1

getRulesMapFunction · 0.85

Tested by

no test coverage detected