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

Method t_program

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

Source from the content-addressed store, hash-verified

58class t_program : public t_doc {
59public:
60 t_program(std::string path, std::string name)
61 : path_(path), name_(name), out_path_("./"), out_path_is_absolute_(false), scope_(new t_scope), recursive_(false) {}
62
63 t_program(std::string path) : path_(path), out_path_("./"), out_path_is_absolute_(false), recursive_(false) {
64 name_ = program_name(path);

Callers

nothing calls this directly

Calls 1

program_nameFunction · 0.50

Tested by

no test coverage detected