$?
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();
            
NONE . CODES
Where is the code?
Tip: What you seek is not here... yet.