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

Method formatCall

bolt/exec/Driver.cpp:442–446  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

440}
441
442/*static*/ std::string OpCallStatusRaw::formatCall(
443 Operator* op,
444 const char* operatorMethod) {
445 return fmt::format("{}::{}", op ? op->operatorType() : "N/A", operatorMethod);
446}
447
448CpuWallTiming Driver::processLazyTiming(
449 Operator& op,

Callers 3

taskStatsMethod · 0.80
toStringMethod · 0.80
toJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected