MCPcopy Create free account
hub / github.com/cinder/Cinder / TryGetMapData

Method TryGetMapData

include/imgui/imgui_internal.h:777–777  ·  view source on GitHub ↗

It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere

Source from the content-addressed store, hash-verified

775 int GetBufSize() const { return Buf.Size; }
776 int GetMapSize() const { return Map.Data.Size; } // It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
777 T* TryGetMapData(ImPoolIdx n) { int idx = Map.Data[n].val_i; if (idx == -1) return NULL; return GetByIndex(idx); }
778};
779
780// Helper: ImChunkStream<>

Callers 3

ShowMetricsWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected