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

Function DebugPrint

libs/indexer/feature_source.hpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25std::string ToString(FeatureStatus fs);
26inline std::string DebugPrint(FeatureStatus fs)
27{
28 return ToString(fs);
29}
30
31class FeatureSource
32{

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.70

Tested by

no test coverage detected