Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ file_scan_buffer
Method
file_scan_buffer
test/scan.h:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
189
public:
190
explicit file_scan_buffer(FILE* f)
191
: scan_buffer(nullptr, nullptr, false), file_(f) {
192
flockfile(f);
193
fill();
194
}
195
~file_scan_buffer() {
196
FILE* f = file_;
197
funlockfile(f);
Callers
nothing calls this directly
Calls
2
flockfile
Function · 0.85
fill
Function · 0.85
Tested by
no test coverage detected