()
| 9 | const { DEFAULT_BINARY_ENCODINGS, DEFAULT_BINARY_CONTENT_TYPES } = require('./constants') |
| 10 | |
| 11 | function getDefaultBinarySettings () { |
| 12 | return { |
| 13 | contentTypes: DEFAULT_BINARY_CONTENT_TYPES, |
| 14 | contentEncodings: DEFAULT_BINARY_ENCODINGS |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | function configure ({ |
| 19 | app: configureApp, |
no outgoing calls
no test coverage detected
searching dependent graphs…