MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / sizeOf

Method sizeOf

lib/bundle-validator.js:119–121  ·  view source on GitHub ↗

* Wrapper to enable testability. * @param imagePath * @param callback

(imagePath, callback)

Source from the content-addressed store, hash-verified

117 * @param callback
118 */
119 sizeOf(imagePath, callback) {
120 return sizeOf(imagePath, callback);
121 }
122
123 /**
124 * If theme schema exists we need to validate it to make sure it passes all defined checks.

Callers 1

_validateImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected