MCPcopy Index your code
hub / github.com/molnarg/node-http2 / entryFromPair

Function entryFromPair

lib/protocol/compressor.js:52–56  ·  view source on GitHub ↗
(pair)

Source from the content-addressed store, hash-verified

50}
51
52function entryFromPair(pair) {
53 var entry = pair.slice();
54 entry._size = size(entry);
55 return entry;
56}
57
58// The encoder decides how to update the header table and as such can control how much memory is
59// used by the header table. To limit the memory requirements on the decoder side, the header table

Callers 1

compressor.jsFile · 0.85

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected