MCPcopy Create free account
hub / github.com/ddnet/ddnet / Add

Method Add

src/engine/client/graph.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void CGraph::Add(float Value, ColorRGBA Color)
131{
132 InsertAt(time_get(), Value, Color);
133}
134
135void CGraph::InsertAt(int64_t Time, float Value, ColorRGBA Color)
136{

Callers 5

ProcessServerPacketMethod · 0.45
RunMethod · 0.45
Con_EndFavoriteGroupMethod · 0.45
Con_AddFavoriteMethod · 0.45
UpdateMethod · 0.45

Calls 1

time_getFunction · 0.85

Tested by

no test coverage detected