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

Method writeString

valdi/src/valdi/android/AccessibilityBridge.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void AccessibilityBridge::writeString(const Valdi::StringBox& value, std::vector<Valdi::Value>& values) {
36 values.emplace_back(value);
37}
38
39void AccessibilityBridge::writeViewNode(Valdi::ViewNode* viewNode,
40 std::vector<Valdi::Value>& values,

Callers 1

buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected