File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/dist.browser/common

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

utils.js526 B · 17 lines
"use strict";/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */Object.defineProperty(exports, "__esModule", { value: true });exports.set_defined_property = void 0;/** @internal */function set_defined_property(object, propertyName, value) {    if (value === undefined || value == null) {        return false;    }    object[propertyName] = value;    return true;}exports.set_defined_property = set_defined_property;//# sourceMappingURL=utils.js.map