MCPcopy Create free account
hub / github.com/comaps/comaps / IsTimestamp

Function IsTimestamp

libs/kml/serdes.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool IsTimestamp(std::string const & s)
47{
48 return s == "when";
49}
50
51std::string_view constexpr kKmlHeader =
52 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"

Callers 1

CharDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected