Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemLib/LemLib
/ bytes
Method
bytes
include/fmt/format.h:3773–3773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3771
friend struct formatter<bytes>;
3772
public:
3773
explicit bytes(string_view data) : data_(data) {}
3774
};
3775
3776
template <> struct formatter<bytes> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected