MCPcopy Create free account
hub / github.com/apache/brpc / close

Method close

src/bvar/variable.cpp:588–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586 close();
587 }
588 void close() {
589 if (_fp) {
590 fclose(_fp);
591 _fp = NULL;
592 }
593 }
594
595protected:
596 bool dump_impl(const std::string& name, const butil::StringPiece& desc, const std::string& separator) {

Callers 6

mainFunction · 0.80
LoadCaseSetMethod · 0.80
CreateTextFileFunction · 0.80
ReadTextFileFunction · 0.80
TEST_FFunction · 0.80
ContentsEqualFunction · 0.80

Calls

no outgoing calls

Tested by 3

CreateTextFileFunction · 0.64
ReadTextFileFunction · 0.64
TEST_FFunction · 0.64