File Explorer

/proc/self/root/proc/thread-self/root/var/runtime/node_modules/@aws-sdk/node_modules/gopd

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 /.

index.js206 B · 16 lines
'use strict'; /** @type {import('.')} */var $gOPD = require('./gOPD'); if ($gOPD) {	try {		$gOPD([], 'length');	} catch (e) {		// IE 8 has a broken gOPD		$gOPD = null;	}} module.exports = $gOPD;