GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: node_snapshot_stub.cc Lines: 0 2 0.0 %
Date: 2022-05-21 04:15:56 Branches: 0 0 - %

Line Branch Exec Source
1
// This file is part of the embedder test, which is intentionally built without
2
// NODE_WANT_INTERNALS, so we define it here manually.
3
#define NODE_WANT_INTERNALS 1
4
5
#include "node_snapshot_builder.h"
6
7
namespace node {
8
9
const SnapshotData* SnapshotBuilder::GetEmbeddedSnapshotData() {
10
  return nullptr;
11
}
12
13
}  // namespace node