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

Method label

bolt/exec/Driver.cpp:1191–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189SuspendedSection::~SuspendedSection() {
1190 if (!leaved_ &&
1191 driver_->task()->leaveSuspended(driver_->state()) != StopReason::kNone) {
1192 LOG(WARNING)
1193 << "Terminate detected when leaving suspended section for driver "
1194 << driver_->driverCtx()->driverId << " from task "
1195 << driver_->task()->taskId();
1196 }

Callers 1

getOutputMethod · 0.45

Calls

no outgoing calls

Tested by 1

getOutputMethod · 0.36