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

Method getType

valdi/test/integration/Runtime_tests.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110};
111
112class TestValueTypedProxyObject : public ValueTypedProxyObject {
113public:
114 explicit TestValueTypedProxyObject(const Ref<ValueTypedObject>& typedObject) : ValueTypedProxyObject(typedObject) {}
115 std::string_view getType() const final {
116 return "Test Proxy";
117 }

Callers 3

TEST_PFunction · 0.45
TEST_PMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected