MCPcopy Create free account
hub / github.com/Tencent/phxrpc / GetFuncList

Method GetFuncList

codegen/syntax_tree.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153const SyntaxFuncVector *SyntaxTree::GetFuncList() const {
154 return &func_list_;
155}
156
157SyntaxFuncVector *SyntaxTree::GetFuncList() {
158 return &func_list_;

Callers 15

GenerateStubHppMethod · 0.80
GenerateStubCppMethod · 0.80
GenerateClientHppMethod · 0.80
GenerateClientCppMethod · 0.80
GenerateToolHppMethod · 0.80
GenerateToolCppMethod · 0.80
GenerateToolImplHppMethod · 0.80
GenerateToolImplCppMethod · 0.80
GenerateServiceHppMethod · 0.80
GenerateServiceCppMethod · 0.80

Calls

no outgoing calls

Tested by 1

PrintTreeFunction · 0.64