MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / scatterData

Method scatterData

src/yvalve/why.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 void scatterData()
231 {
232 if (metadata)
233 metadata->scatterData(buffer);
234 }
235
236private:
237 // Private operator new prevents this class from being allocated in heap, so it can be used only as stack or static variable

Callers

nothing calls this directly

Calls 1

scatterDataMethod · 0.45

Tested by

no test coverage detected