Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetBuffer
Method
GetBuffer
src/io_buffer.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
auto IoBuffer::GetBuffer() const -> std::span<const uint8_t> {
49
return {data_, size_};
50
}
51
52
auto IoBuffer::GetBuffer() -> std::span<uint8_t> { return {data_, size_}; }
53
Callers
1
Probe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected