MCPcopy Create free account
hub / github.com/nodejs/node / size

Method size

test/fixtures/wpt/streams/queuing-strategies.any.js:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 test(() => {
62 class SubClass extends QueuingStrategy {
63 size() {
64 return 2;
65 }
66
67 subClassMethod() {
68 return true;

Calls

no outgoing calls

Tested by

no test coverage detected