MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ComponentPath

Method ComponentPath

valdi_core/src/valdi_core/cpp/Context/ComponentPath.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace Valdi {
15
16ComponentPath::ComponentPath() noexcept : _resourceId(StringBox()) {}
17ComponentPath::ComponentPath(ResourceId resourceId, StringBox symbolName) noexcept
18 : _resourceId(std::move(resourceId)), _symbolName(std::move(symbolName)) {}
19

Callers

nothing calls this directly

Calls 1

StringBoxClass · 0.50

Tested by

no test coverage detected