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

Function getFunctionName

bolt/functions/remote/server/RemoteFunctionService.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace {
38
39std::string getFunctionName(
40 const std::string& prefix,
41 const std::string& functionName) {
42 return prefix.empty() ? functionName
43 : fmt::format("{}.{}", prefix, functionName);
44}
45
46TypePtr deserializeType(const std::string& input) {
47 // Use hive type parser/serializer.

Callers 2

invokeFunctionMethod · 0.85
TEST_FFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.68