MCPcopy Create free account
hub / github.com/bloomberg/pystack / read_obj

Function read_obj

src/pystack/_pystack/corefile.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206static auto
207read_obj(const char** source, void* dest, size_t size)
208{
209 ::memcpy(dest, *source, size);
210 *source += size;
211}
212
213static StatusCode
214parseCorePsinfo(const NoteData& note_data, CorePsInfo* result)

Callers 2

parseCoreSiginfoFunction · 0.85
parseCoreFileNoteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected