MCPcopy
hub / github.com/ampproject/amphtml / ClassBody

Function ClassBody

build-system/eslint-rules/unused-private-field.js:205–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203
204 return {
205 ClassBody() {
206 if (shouldIgnoreFile()) {
207 return;
208 }
209
210 stack.push({used: new Set(), declared: new Map()});
211 },
212
213 'ClassBody:exit': function () {
214 if (shouldIgnoreFile()) {

Callers

nothing calls this directly

Calls 2

shouldIgnoreFileFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected