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

Method getLoggerFormatPrefix

valdi/src/valdi/runtime/Context/ViewNode.cpp:3099–3105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3097 };
3098 return out;
3099}
3100
3101std::vector<SharedViewNode> ViewNode::copyChildrenWithDebugId(const StringBox& nodeId) const {
3102 std::vector<SharedViewNode> out;
3103 for (auto* child : *this) {
3104 if (child->getDebugId() == nodeId) {
3105 out.emplace_back(strongSmallRef(child));
3106 }
3107 }
3108

Calls 2

appendMethod · 0.65
to_stringFunction · 0.50

Tested by

no test coverage detected