Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
private:
306
std::shared_ptr<Module::Info> mInfo;
Callers
15
main
Function · 0.45
run
Method · 0.45
handle_connection
Method · 0.45
handle_connection_impl
Method · 0.45
main
Function · 0.45
generated_audio_callback
Function · 0.45
play_audio
Function · 0.45
main
Function · 0.45
run
Function · 0.45
main
Function · 0.45
main
Function · 0.45
receive_results
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected