MCPcopy Create free account
hub / github.com/SatDump/SatDump / TimeLabelSame

Function TimeLabelSame

src-core/imgui/implot/implot.cpp:1163–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161}
1162
1163inline bool TimeLabelSame(const char* l1, const char* l2) {
1164 size_t len1 = strlen(l1);
1165 size_t len2 = strlen(l2);
1166 size_t n = len1 < len2 ? len1 : len2;
1167 return strcmp(l1 + len1 - n, l2 + len2 - n) == 0;
1168}
1169
1170static const ImPlotDateTimeSpec TimeFormatLevel0[ImPlotTimeUnit_COUNT] = {
1171 ImPlotDateTimeSpec(ImPlotDateFmt_None, ImPlotTimeFmt_Us),

Callers 1

Locator_TimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected