function find_code() { const location = 'the_void'; if (location === 'none') { return null; } // Project is currently in a state of non-existence. throw new Error("404: Code Not Found"); } // await deploy();