MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / SharedFileInfo

Function SharedFileInfo

src/common/isc_sync.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263class SharedFileInfo : public RefCounted
264{
265 SharedFileInfo(int f, const DevNode& id)
266 : counter(0), threadId(0), fd(f), devNode(id)
267 { }
268
269 ~SharedFileInfo()
270 {

Callers 1

getFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected