MCPcopy Create free account
hub / github.com/bytedance/bolt / getUserData

Method getUserData

bolt/jit/CompiledModule.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void* CompiledModule::getUserData() const noexcept {
56 return userData_.load(std::memory_order_acquire);
57}
58
59void CompiledModule::appendCleanCallback(std::function<void()> cleanCallback) {
60 cleanCallbacks_.push_back(std::move(cleanCallback));

Callers 1

codegenMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected