MCPcopy Create free account
hub / github.com/CodeGenieApp/serverless-express / getDefaultBinarySettings

Function getDefaultBinarySettings

src/configure.js:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9const { DEFAULT_BINARY_ENCODINGS, DEFAULT_BINARY_CONTENT_TYPES } = require('./constants')
10
11function getDefaultBinarySettings () {
12 return {
13 contentTypes: DEFAULT_BINARY_CONTENT_TYPES,
14 contentEncodings: DEFAULT_BINARY_ENCODINGS
15 }
16}
17
18function configure ({
19 app: configureApp,

Callers 1

proxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…