MCPcopy Create free account
hub / github.com/Tencent/embedx / NewMockSamplerSource

Function NewMockSamplerSource

src/sampler/sampler_source/mock_sampler_source.cc:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::unique_ptr<SamplerSource> NewMockSamplerSource(
176 const std::string& node_graph, const std::string& node_config,
177 int thread_num) {
178 return MockSamplerSource::Create(node_graph, node_config, thread_num);
179}
180
181} // namespace embedx

Callers 5

SetUpMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85

Calls

no outgoing calls

Tested by 5

SetUpMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
SetUpMethod · 0.68
SetUpMethod · 0.68