| 1 | const assert = require('assert'); |
| 2 | const { bucketPut } = require('../../../lib/api/bucketPut'); |
| 3 | const bucketPutLogging = require('../../../lib/api/bucketPutLogging'); |
| 4 | const bucketGetLogging = require('../../../lib/api/bucketGetLogging'); |
nothing calls this directly
no test coverage detected