Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
bool IsTimestamp(std::string const & s)
47
{
48
return s ==
"when"
;
49
}
50
51
std::string_view constexpr kKmlHeader =
52
"<?xml version=\"
1.0\
" encoding=\"
UTF-8\
"?>\n"
Callers
1
CharData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected