Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ openForAppend
Method
openForAppend
muduo/base/GzipFile.h:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
static GzipFile openForAppend(StringArg filename)
66
{
67
return GzipFile(::gzopen(filename.c_str(),
"abe"
));
68
}
69
70
static GzipFile openForWriteExclusive(StringArg filename)
71
{
Callers
nothing calls this directly
Calls
2
GzipFile
Class · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected