MCPcopy Create free account
hub / github.com/Compiled-Code/eac-mapper / set_read

Method set_read

dependencies/vdm/vdm_ctx/vdm_ctx.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void vdm_ctx::set_read(read_phys_t& read_func)
38 {
39 this->read_phys = read_func;
40 }
41
42 void vdm_ctx::set_write(write_phys_t& write_func)
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected