MCPcopy Create free account
hub / github.com/apache/thrift / scope

Method scope

compiler/cpp/src/thrift/parse/t_program.h:252–252  ·  view source on GitHub ↗

Scope accessor

Source from the content-addressed store, hash-verified

250
251 // Scope accessor
252 t_scope* scope() { return scope_; }
253
254 const t_scope* scope() const { return scope_; }
255

Callers 5

parseFunction · 0.80
generateFunction · 0.80
get_typeMethod · 0.80
is_fully_defined_typeMethod · 0.80
parse_thrift_for_testFunction · 0.80

Calls

no outgoing calls

Tested by 1

parse_thrift_for_testFunction · 0.64