Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ string_scan_buffer
Method
string_scan_buffer
test/scan.h:150–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
public:
150
explicit string_scan_buffer(string_view s)
151
: scan_buffer(s.begin(), s.end(), true) {}
152
};
153
154
class file_scan_buffer final : public scan_buffer {
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected