Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compiled-Code/eac-mapper
/ set_write
Method
set_write
dependencies/vdm/vdm_ctx/vdm_ctx.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void vdm_ctx::set_write(write_phys_t& write_func)
43
{
44
this->write_phys = write_func;
45
}
46
47
void vdm_ctx::rkm(void* dst, void* src, std::size_t size)
48
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected