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

Function filter

test/parallel/test-os.js:144–146  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

142switch (platform) {
143 case 'linux': {
144 const filter = (e) =>
145 e.address === '127.0.0.1' &&
146 e.netmask === '255.0.0.0';
147
148 const actual = interfaces.lo.filter(filter);
149 const expected = [{

Callers 12

pipeFunction · 0.50
filesFunction · 0.50
_DoRemappingFunction · 0.50
VerifyMissingSourcesFunction · 0.50
variableMethod · 0.50
WriteSourcesMethod · 0.50
WriteSourcesMethod · 0.50
WriteWinIdlFilesMethod · 0.50
listNodesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…