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

Method enqueueInternal

bolt/exec/Driver.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void Driver::enqueueInternal() {
398 BOLT_CHECK(!state_.isEnqueued);
399 state_.isEnqueued = true;
400 // When enqueuing, starting timing the queue time.
401 queueTimeStartMicros_ = getCurrentTimeMicro();
402}
403
404// Call an Operator method. record silenced throws, but not a query
405// terminating throw. Annotate exceptions with Operator info.

Callers 1

enqueueMethod · 0.80

Calls 1

getCurrentTimeMicroFunction · 0.85

Tested by

no test coverage detected