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

Method bizCode

source/core/Interpreter.cpp:592–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592const char* Interpreter::bizCode() const {
593 return mNet->bizCode.c_str();
594}
595
596const char* Interpreter::uuid() const {
597 return mNet->uuid.c_str();

Callers 4

InterpreterMethod · 0.80
loadInternalFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected