We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd56932 commit a47a195Copy full SHA for a47a195
runtime/core/test/event_tracer_test.cpp
@@ -89,6 +89,7 @@ class DummyEventTracer : public EventTracer {
89
(void)event_tracer_entry;
90
(void)metadata;
91
(void)metadata_len;
92
+ return true;
93
}
94
95
void set_delegation_intermediate_output_filter(
0 commit comments