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

Method is_out_path_absolute

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

Create gen-* dir accessor

Source from the content-addressed store, hash-verified

80
81 // Create gen-* dir accessor
82 bool is_out_path_absolute() const { return out_path_is_absolute_; }
83
84 // Name accessor
85 const std::string& get_name() const { return name_; }

Callers 3

generateFunction · 0.80
get_out_dirMethod · 0.80
get_include_prefixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected