blob: 97624019fdd4091e72659bb606947a6fb2f01d27 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gather_inspectable.h"
#include <lib/syslog/cpp/macros.h>
#include <zircon/status.h>
#include "harvester.h"
namespace harvester {
// Gather a list of inspectable components.
void GatherInspectable::Gather() {
// TODO(fxbug.dev/53154): Implement this functionality.
}
} // namespace harvester