Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
595
protected:
596
bool dump_impl(const std::string& name, const butil::StringPiece& desc, const std::string& separator) {
Callers
6
main
Function · 0.80
LoadCaseSet
Method · 0.80
CreateTextFile
Function · 0.80
ReadTextFile
Function · 0.80
TEST_F
Function · 0.80
ContentsEqual
Function · 0.80
Calls
no outgoing calls
Tested by
3
CreateTextFile
Function · 0.64
ReadTextFile
Function · 0.64
TEST_F
Function · 0.64