Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TEST
Function
TEST
lib/yamlcpp/test/integration/load_node_test.cpp:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace YAML {
6
namespace {
7
TEST(LoadNodeTest, Reassign) {
8
Node node = Load(
"foo"
);
9
node = Node();
10
EXPECT_TRUE(node.IsNull());
11
}
12
13
TEST(LoadNodeTest, FallbackValues) {
14
Node node = Load(
"foo: bar\nx: 2"
);
Callers
nothing calls this directly
Calls
14
Load
Function · 0.85
Clone
Function · 0.85
string
Class · 0.85
Tag
Method · 0.80
Style
Method · 0.80
Node
Class · 0.50
Binary
Class · 0.50
begin
Method · 0.45
end
Method · 0.45
Type
Method · 0.45
size
Method · 0.45
force_insert
Method · 0.45
Tested by
no test coverage detected