MCPcopy Create free account
hub / github.com/alibaba/MNN / info

Method info

express/module/Module.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 return this->cloneBaseTo(ctx, module);
300 }
301 const Module::Info* info() const {
302 return mInfo.get();
303 }
304
305private:
306 std::shared_ptr<Module::Info> mInfo;

Callers 15

mainFunction · 0.45
runMethod · 0.45
handle_connectionMethod · 0.45
mainFunction · 0.45
generated_audio_callbackFunction · 0.45
play_audioFunction · 0.45
mainFunction · 0.45
runFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
receive_resultsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected