MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / bodyParserBindingKey

Function bodyParserBindingKey

packages/rest/src/keys.ts:118–120  ·  view source on GitHub ↗
(parser: string)

Source from the content-addressed store, hash-verified

116 );
117
118 function bodyParserBindingKey(parser: string) {
119 return `${REQUEST_BODY_PARSER}.${parser}`;
120 }
121
122 /**
123 * Binding key for request json body parser

Callers 1

keys.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected