MCPcopy Create free account
hub / github.com/cginternals/glbinding / cbegin

Function cbegin

source/glbinding-aux/source/logging.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237const std::vector<LogEntry>::const_iterator cbegin(TailIdentifier key)
238{
239 return g_buffer.cbegin(key);
240}
241
242bool valid(TailIdentifier key, const std::vector<LogEntry>::const_iterator & it)
243{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected