chromium/third_party/ipcz/src/ipcz/api_context.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ipcz/api_context.h"

#include <utility>

namespace ipcz {

namespace {

thread_local bool is_thread_within_api_call =;

}  // namespace

APIContext::APIContext()
    :{}

APIContext::~APIContext() {}

bool APIContext::IsCurrentThreadWithinAPICall() {}

}  // namespace ipcz