MCPcopy Create free account
hub / github.com/fmtlib/fmt / descriptor

Function descriptor

include/fmt/os.h:266–266  ·  view source on GitHub ↗

Returns the file descriptor.

Source from the content-addressed store, hash-verified

264
265 // Returns the file descriptor.
266 inline auto descriptor() const noexcept -> int { return fd_; }
267
268 // Closes the file.
269 void close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected