Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ set
Method
set
test/scan.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
~scan_buffer() = default;
45
46
void set(span<const char> buf) {
47
ptr_ = buf.data;
48
end_ = buf.data + buf.size;
49
}
50
51
auto ptr() const -> const char* { return ptr_; }
52
Callers
10
grow
Method · 0.45
mock_buffer
Method · 0.45
ostream
Method · 0.45
grow
Method · 0.45
grow
Method · 0.45
basic_memory_buffer
Method · 0.45
move
Method · 0.45
flush
Method · 0.45
iterator_buffer
Method · 0.45
grow
Method · 0.45
Calls
no outgoing calls
Tested by
2
grow
Method · 0.36
mock_buffer
Method · 0.36