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

Function isPayloadMeaningless

lib/internal/http2/util.js:943–945  ·  view source on GitHub ↗
(method)

Source from the content-addressed store, hash-verified

941}
942
943function isPayloadMeaningless(method) {
944 return kNoPayloadMethods.has(method);
945}
946
947function sessionName(type) {
948 switch (type) {

Callers 1

requestMethod · 0.85

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…