Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-cli/ember-cli
/
Class
lib/models/asset-size-printer.js:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
const
{ pool: workerPool } = require(
'workerpool'
);
7
8
module.exports =
class
AssetPrinterSize {
9
constructor(options) {
10
Object.assign(this, options);
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected