MCPcopy Create free account
hub / github.com/RenderKit/oidn / attach

Method attach

core/buffer.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void Buffer::attach(Memory* mem)
73 {
74 mems.insert(mem);
75 }
76
77 void Buffer::detach(Memory* mem)
78 {

Callers 1

~BufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected