MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / clear_backtrace

Method clear_backtrace

imperative/src/impl/interpreter/interpreter_impl.cpp:1508–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506}
1507
1508void ChannelImpl::clear_backtrace() {
1509 m_bt = nullptr;
1510}
1511
1512bool ChannelImpl::worker_started() const {
1513 return m_worker.worker_started();

Callers 2

apply_opMethod · 0.80
apply_get_attrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected