_isOptionSet()

in generators/guestcontainer/index.js [24:26]


    _isOptionSet(name) {
        return this.options[name] !== undefined;
    }